I am needing to save the "High Score" text to save on Chrome and an Android app, so when a player starts the game back up, he will still have his previous High Score.
I have tried numerous techniques with WebStorage, but just cannot seem to get it to work correctly.
I understand that I need to save the Global Variable "HighScore" locally, but I can't seem to figure it out.
I have read and watched all the tutorials I can find. Most of the WebStorage tutorials save different things, but not the high score, and the ones that do show the high score being saved, show it being done with a "top 10 high score" using an array and WebStorage. I am not needing to do that. PLEASE HELP!!! I am a noob at construct but I am loving the learning curve!
I am using three layouts: Start, Game, Game Over. I am only needing the high score to appear on the Game Over layout.
Here is my Global Variables for score and what-not:
[attachment=0:1uyfichb][/attachment:1uyfichb]
Here is my Event Sheet for my Game Over Layout:
[attachment=1:1uyfichb][/attachment:1uyfichb]
And here is a simple screenie of the Game Over layout being tested in my browser"
[attachment=2:1uyfichb][/attachment:1uyfichb]
Thanks in advance, and if you have tips to offer me, please keep in mind that I am learning and don't understand too much.