if i have three separate scripts which are actually linked together
in another term, for example
when flag clicked, the script runs, then i leave the end of the first script as broadcast second click.
After that, when second click is received, then it will run the second script and broadcast the third click at the end of second script... then when the third click is received, it runs the script and it will end at this last script. but what can i do to make it run everything again from the start when the flag is clicked.
please help
thanks
Offline
I'm not a very experienced Scratcher but how about if you started with...
when Green Flag clicked broadcast "Start".
Then put your original Green Flag script under...
when I reveive "Start".
Then all you need to do is have a block saying broadcast "Start" at the end of your last script.
Offline