On my game I have a high score and I have a button on the menu that lets you view the high score but my problem is when i get a new high score it doesn't update to my high score page. Does anyone know how to fix this?
the first one worked but now when i close the app and reopen it gets set back to zero is it possible to save the high score so that its still there when i reopen the app?
Do you have the save attribute for the finished time? Also, I'm not completely sure but i think when you close the game on GameSalad it would reset because your only in game development.
Comments
change game.final time to game.highscore
Also maybe link the load high score attribute to the highscore button so it updates when you click it.