How do I delete a save scores reset button.
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?
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
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
when touch pressed
change attribute highscore =0
save attribute highscore
that's it.
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.
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!