Pages: 1
For a game that we are creating, we would like a player to register at first. At the end of the game, I would like to assign the score of the player to the players name. If the player playes the game again, the score achieved at that time could be compared with the score stored last time. So, each player could have its own maximum score stored.
Who can help me how to assign the score achieved to a new player that registers.
Offline
I think you're going to have to wait for Scratch 2.0 for that! You'll be able to use the Cloud functionalities then.
Offline
Dunno exactly, but I think it's pretty soon!
Offline
You can ask them for their username every time the game starts, and use lists to store the max scores. I did something like this here:
And you can use this when 2.0 releases
Offline
Pages: 1