Charlie16 wrote:
Question:
is there a way to reset the game?
You know, like, bring the sprites back into the position they were when the game started?
Thanx!
You could just press the Stop button, then the green flag. But make sure you have scripts that set each sprite‘s position. Something like this:
when gf clicked go to x: ( ) y: ( )
Last edited by BLU_Spy (2013-03-11 14:41:58)
Offline
I have a reset script.
When a condition is met (i.e. the end of the game is reached), the sprite broadcasts "reset". When all the other sprites recieve reset, they execute a script that repeats all the conditions I set up at the beginning when the green flag was clicked.
Offline