Posted 09 June 2014 - 11:35 AM
With the Turtle program 'Tunnel' you can type the program name (Tunnel) & input how far you want it to dig in the same line, like so…
How would I do it like so?
Input program:
User types in…
'MoveTo' is the program name and '12' is the user input.
I then want to set the input to a variable called 'UserInput'
Tunnel 12
How would I do it like so?
Input program:
User types in…
MoveTo 12
'MoveTo' is the program name and '12' is the user input.
I then want to set the input to a variable called 'UserInput'