I want to make the same for my game, but i can`t even save the highscore at first place. I have 1 Global Variable called "Timelim" thats also the highscore. If i finish the game in 50 seconds for example, the highscore need to be 50, if i finish it in 48 the highscore will need to automatically update to 48. I do this and no result...so i have game event and menu event, in the meny event i have placed this.
<img src="http://i48.tinypic.com/28s3t52.jpg" border="0" />
Please help, after the main thing is done i think i can do the rest with this
if highscore > webstorage.localvalue("highscore")
set webstorage local value key "highscore' value highscore
I really like construct 2 and learned everything, but i can`t understand this webstorage...
Thanks