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

Comments

  • evertevert Member Posts: 266

    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.

  • alzawadhadialzawadhadi Member, PRO Posts: 19

    thank you, but it is not clear for me

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    @alzawadhadi said:
    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

  • DigitalCaesarDigitalCaesar Member Posts: 40

    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.

Sign In or Register to comment.