Hello all!
You see, I am making this Demonstration for the Python Turtle Module.
Anyways, since it involves a lot of Command Prompt, I would like to know as much about the Ask Function as possible.
Any information or projects that might help would be greatly obliged.
Thanks!
Offline
The ask [ ] and wait function asks a question and stores the keyboard input in ( answer ). The question appears in a voice bubble on the screen if used in a sprite, or right above the input box if used on the stage. The program waits until you input an answer before continuing.
Offline
you can store multiple answers in varriables,
[/blocks]
<when green flag clicked>
Ask [something] and wait
<set{ first answer }to( answer )
<broadcast[ question 2 ]
<when I receive[ question 2 ]
Ask [something] and wait
<set{ second answer }to( answer )
<broadcast[ question 3 ]
[/blocks]
Ect..
you can store multiple answers now
Offline