When game ends, STOP LETTING IT TAP (increases Variable by 1)
HELP!!!!!!!!!!!!!!!!
Offline
Stop letting it tap? Well, to end all scripts all you have to do is go in control and find this block:
<stop all>
Last edited by graham7sarah9 (2010-08-09 19:08:00)
Offline
If you mean like this:
<forever>
<change{ variable }by( 1
<end>
Then all you have to do is change to forever block to repeat until gameover=1 so it would look like this:
<repeat until><( <{ gameover }><=> 1 )>
<change{ variable }by( 1
<end>
Offline