How do I delete a save scores reset button.

feromanferoman Member, PRO Posts: 130
edited January 2012 in Working with GS (Mac)
Hello,

In my game, I put "save attributes" for best results, which are save forever.

I want to reset the attribute "reset" as in the Game "Where'er my water". To do this in my game and option, I created a reset button:
If I click, I am an active boolean "true"
engistrement then in my "saves attibutes -" my scores, I put if the boolean is true then my high score is 0

Until the okay, but I can not record high scores later, because boolean reset was already activated;

have you any idea?

Comments

  • JamieOneilJamieOneil Member Posts: 877
    Sorry if im misunderstanding the question..

    But you could put a timer in, say After 2 seconds, change the boolean to false.
    So the highscore is set to 0, but it is not constrained at 0?

    JamieOneil
  • GLGAMESGLGAMES SingaporeMember Posts: 988
    You can simply have the button rule as
    when touch pressed
    change attribute highscore =0
    save attribute highscore
    that's it.
  • feromanferoman Member, PRO Posts: 130
    GLGames,

    Put the highscore to 0, it's simple, I know it.

    But the Boolean rules, which is true, my highscore is PERMANENTLY to 0, once I press touch.

    I want to solve this problem.
    If you can help me.
  • DsAngelDsAngel Member Posts: 29
    feroman,

    I think you should drop the Boolean way, as show by GL, you dont need the Boolean to make it work. It just change your score to 0 when you press the reset button! :)

Sign In or Register to comment.