This site requires JavaScript, please enable it in your browser!
Greenfoot back
LonelyCreeper
LonelyCreeper wrote ...

2013/1/8

How do you create a high score display

LonelyCreeper LonelyCreeper

2013/1/8

#
How do you make the game record all the scores hat are taken by the scoreboard and make a board that displays all your high scores?
erdelf erdelf

2013/1/8

#
you can import it in greenfoot itself. press edit ->import class -> scoreboard. you just have to create an object in the middle of your screen and it will display. Use the setScore command to save the score of the logged in user during the game
LonelyCreeper LonelyCreeper

2013/1/9

#
is there a code for that?
erdelf erdelf

2013/1/9

#
for the scoreboard?
LonelyCreeper LonelyCreeper

2013/1/10

#
How do you get the scoreboard to record all the previous scores and display everything at the end?
You need to login to post a reply.