Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Start/End Screen
- Mevangel
-
3 posts
Start/End Screen
How do I make a start screen before my game plays with a title and then a start button.
An end screen when my game ends
and a reset button to get back to the start screen when the game ends.
Also is there a way to display a high score?
Thank you for your help!
An end screen when my game ends
and a reset button to get back to the start screen when the game ends.
Also is there a way to display a high score?
Thank you for your help!
- Mmaarten
-
100+ posts
Start/End Screen
To make a start screen: make a background with the name, info,…..
and put this in the script:
AND
AND
When you make your start button make sure that this thread is in your script:
For all sprites that you use during the game , use this:
and put this in the script:
AND
Then make all your sprites and put in all sprites' scripts:
AND
When you make your start button make sure that this thread is in your script:
For all sprites that you use during the game , use this:
AND
that are the basics for a start screen
- Mmaarten
-
100+ posts
Start/End Screen
For the end screen it is a liil' bit different: you need a signal that indicates that the game has ended.
This will most likely look like this:
if you have that, go ahead and make in EVERY sprite you use during the game this block:
your background can be changed (if needed) by making this block:
This will most likely look like this:
if you have that, go ahead and make in EVERY sprite you use during the game this block:
and in every sprite you want to use on the end screen:
your background can be changed (if needed) by making this block:
And finnaly to reset your game just click the flag
Last edited by Mmaarten (June 1, 2016 17:59:14)
- Mmaarten
-
100+ posts
Start/End Screen
There is a way to display high scores but you cant use it. Because you do not have the “scratcher” rank.Just be active on the site and you will get asked to recieve your rank.
once you have that rank, contact me (on my profile) and ill' be happy to learn you how to use cloud variables.
once you have that rank, contact me (on my profile) and ill' be happy to learn you how to use cloud variables.
- ignas04
-
500+ posts
Start/End Screen
Hi, @Mevangel.
Here is a tutorial that I hope is easy and better to understand:
For a start screen:
Any sprite:
Restart button:
I hope I've helped!
Here is a tutorial that I hope is easy and better to understand:
For a start screen:
Any sprite:
Start button:
Also start button:
When the game ends switch the backdrop to EndScreenBackdrop. Then:
Restart button:
Also restart button:
With those blocks your start and restart buttons will appear and disappear automatically.
I hope I've helped!
- ignas04
-
500+ posts
Start/End Screen
If you want to save highscores it is a little bit different - you've got to use cloud lists like this one: https://scratch.mit.edu/projects/22003344/ . Message me, because I've got a better way to save highscores! Thanks!
- asivi
-
1000+ posts
Start/End Screen
Why those forever loops? Remember this block: Hi, @Mevangel.
Here is a tutorial that I hope is easy and better to understand:
For a start screen:
Any sprite:Start button:Also start button:When the game ends switch the backdrop to EndScreenBackdrop. Then:
Restart button:Also restart button:With those blocks your start and restart buttons will appear and disappear automatically.
I hope I've helped!
- ignas04
-
500+ posts
Start/End Screen
Now I doWhy those forever loops? Remember this block: Hi, @Mevangel.
Here is a tutorial that I hope is easy and better to understand:
For a start screen:
Any sprite:Start button:Also start button:When the game ends switch the backdrop to EndScreenBackdrop. Then:
Restart button:Also restart button:With those blocks your start and restart buttons will appear and disappear automatically.
I hope I've helped!

- Pomamina815
-
5 posts
Start/End Screen
.
Last edited by Pomamina815 (Nov. 29, 2018 11:36:42)
- deck26
-
1000+ posts
Start/End Screen
Please check the date of the original topic before posting.
start screen
- 9617saphs
-
3 posts
Start/End Screen
NONE OF THESE HELPED WITH CREATING ONE THAT ENTERS AND EXITS A SCREEN-
*explodes in anger*
*explodes in anger*
- AFNNetworkK12
-
1000+ posts
Start/End Screen
Please don't necropost, (you are new so necroposting means that you post on a post after a long time) NONE OF THESE HELPED WITH CREATING ONE THAT ENTERS AND EXITS A SCREEN-
*explodes in anger*
Please check the date of the original topic before posting.
- 9617saphs
-
3 posts
Start/End Screen
Oh ssoooorry about that… AFNNetworkK12.
I guess I'm just new.
I guess I'm just new.
- Discussion Forums
- » Help with Scripts
-
» Start/End Screen