highest score
alzawadhadi
Member, PRO Posts: 19
how can I record a game highest score in a pre selected scene ?
I want the recored to be saved even when the user close the game and come back again later to it
Comments
there is a good tutorial for this!
it works for me, if every scene is different, just make a different highscore attribute for each different scene.
New game!: [Snake Rage]https://itunes.apple.com/us/app/snake-rage/id1463859909
thank you, but it is not clear for me
We can't really help you if you just say "it didn't work" or "I don't understand."
Did you set up a project file as in the tutorial? Did you try adding Load and Save Attributes? Can you explain how you set up your rules?
Have you Googled gamesalad save attribute or gamesalad high score to see how other people have done this?
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
How I did my high-scores was like this
Rule:
game.highscore < Game.score
Change Attribute:
Game.Highscore to Game.score
You then save the attribute and load it at wherever actor you please.