Pages: 1
Topic closed
I just seem to figure out how to make a top 5 high scores list in my snake game. I know that i shout use "make a list" from the variables, but I can't figure out the remaining steps! If you need more details, please let me know!
Offline
http://scratch.mit.edu/projects/vortex19/820640
Feel free to download and use. You can't save the highscores online though, so you'll have to do it in the description.
Last edited by vortex19 (2010-10-12 20:05:39)
Offline
Just have a list that checks the value of your score against the list of top 5 scores. If your score is higher than a score on the list, insert it above that score, and delete the last item (item 6) of the list. Hope that helps!
Offline
Topic closed
Pages: 1