highest score
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
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.
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?
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.