Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I reset the project back to the beginning
- fionab86
-
New Scratcher
5 posts
How do I reset the project back to the beginning
So I've created a project but when it is finished I would like it to go back to the beginning ready to be watched again. How do I do this? I have it set up so when the flag is clicked it all starts in the right place but when its finished is there any way of resetting it.
- armique
-
New Scratcher
39 posts
How do I reset the project back to the beginning
You can make an special sprite with a costume like a “start Button” wich, when you click it, broadcasts “start game” or something like that.
So, instead of begining “when the green flag is clicked” your game may start “when the sprite (start button) is clicked”.
If the “start button” sprite is shown all the time in a corner you can restart the game whenever you want without, say, seen the intro again.
Hope it helps!
So, instead of begining “when the green flag is clicked” your game may start “when the sprite (start button) is clicked”.
If the “start button” sprite is shown all the time in a corner you can restart the game whenever you want without, say, seen the intro again.
Hope it helps!
- fionab86
-
New Scratcher
5 posts
How do I reset the project back to the beginning
Thank you for the help 

- KMSJusticeBrandon
-
New Scratcher
1 post
How do I reset the project back to the beginning
What block would you use to have the sprite start the game?
- meowscratchcat
-
Scratcher
4 posts
How do I reset the project back to the beginning
when green flag clicked
broadcast [startgame]
- ThatRandomCow
-
Scratcher
4 posts
How do I reset the project back to the beginning
I need help also. i have a game where u catch falling stuff from the sky (don't ask) and when i catch them the game is supposed to be endless, so i need a way to make the stuff keep falling, and repeating the process. if anyone can help, please do.
- Harakou
-
Scratcher
1000+ posts
How do I reset the project back to the beginning
I need help also. i have a game where u catch falling stuff from the sky (don't ask) and when i catch them the game is supposed to be endless, so i need a way to make the stuff keep falling, and repeating the process. if anyone can help, please do.If you're looking for help with something, please make your own thread about it. It looks like this one is rather old and has already been resolved.
- Discussion Forums
- » Help with Scripts
-
» How do I reset the project back to the beginning