Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a high score list?
- abe27633
-
41 posts
How to make a high score list?
I am testing things out right now but I wonder how you make one… Help appreciated.
- ParkerS98
-
46 posts
How to make a high score list?
You need to use cloud variables for your high scores, then add them into a list and show the list.
- sonicfan12p
-
1000+ posts
How to make a high score list?
I have a project which does this, the scripts are very easy to implement too! Let me dig up its link…
Edit: Here you go! The installation instructions are in the project notes. There are comments in the Username Scripts sprite telling you how to modify it to your needs.
Edit: Here you go! The installation instructions are in the project notes. There are comments in the Username Scripts sprite telling you how to modify it to your needs.

Last edited by sonicfan12p (Nov. 20, 2013 15:55:49)
- Cmcdonald1spac
-
2 posts
How to make a high score list?
You need to go data and make a variable named score. After you use score you are going to have to make a list and name it top 10 or however many score use want. after you do that you are going to need block if then block under control, then put a greater than block into the IF THEN block. Once you've done that you can put if the score is greater than 1st place change the score. you can do this for all scores and then you will be set.
- aliceonearth
-
1 post
How to make a high score list?
How do you make a high score block?:/
- RPFluffy
-
1000+ posts
How to make a high score list?
Try this: I am testing things out right now but I wonder how you make one… Help appreciated.
Last edited by RPFluffy (Nov. 8, 2014 14:22:37)
- BeeBoy10
-
48 posts
How to make a high score list?
Here is how to make a (global) highscore:
Here is how to reset the Global Highscore:
I hope this helps! But It is very important that Plays and Global Highscore are Cloud Variable, otherwise this trick won't work.
Here is how to reset the Global Highscore:
I hope this helps! But It is very important that Plays and Global Highscore are Cloud Variable, otherwise this trick won't work.
Last edited by BeeBoy10 (Dec. 7, 2014 22:10:29)
- themuffincrew
-
1 post
How to make a high score list?
I did this also, I'm new to writing in code so I hope I do well.
Last edited by themuffincrew (Dec. 17, 2014 23:11:55)
- HashtagSuper111
-
24 posts
How to make a high score list?
I don't think it matters what do I name the block
- Thankfulcheese1
-
2 posts
How to make a high score list?
Last edited by Thankfulcheese1 (Jan. 19, 2015 19:14:14)
- ivoryhs
-
5 posts
How to make a high score list?
How to you make a highscore board that includes usernames as well?
Thanks
Thanks

- _-GalaxyCode-_
-
6 posts
How to make a high score list?
it doesn't work for me. Here is how to make a (global) highscore:http://scratch.mit.edu/projects/38312258/#player I want the high score to stay the same for the next person who plays the game.
Here is how to reset the Global Highscore:
I hope this helps! But It is very important that Plays and Global Highscore are Cloud Variable, otherwise this trick won't work.
Last edited by _-GalaxyCode-_ (Feb. 28, 2015 20:29:32)
- HashtagSuper111
-
24 posts
How to make a high score list?
It doesn'tI don't think it matters what do I name the block
- Discussion Forums
- » Help with Scripts
-
» How to make a high score list?