I am having a problem. I am trying to port some code into BlitzPlus and i have a line of code that looks like this:
locate 10,10
name = input("Please enter your name")
This would allow me to position the input field anywhere on the screen. So i could ask the user for their name at the bottom middle of the screen for example.
The problem i have now, is when i try to port this code over to Blitz Plus, it doesn't recognise the locate command. So now i can't position the input field.
If someone could help me out here, i would be very grateful.
Thanks
locate 10,10
name = input("Please enter your name")
This would allow me to position the input field anywhere on the screen. So i could ask the user for their name at the bottom middle of the screen for example.
The problem i have now, is when i try to port this code over to Blitz Plus, it doesn't recognise the locate command. So now i can't position the input field.
If someone could help me out here, i would be very grateful.
Thanks