I wore WebStorage, but dosen't exist . I want to create a HighScore in my game!! How can i do?
Local Storage has a description in the manual.
https://www.scirra.com/manual/188/local-storage
It explains the steps for saving a score, and retrieving it again.
You can download this free example file. Just replace the 'playercoins' variable with 'HighScore'
https://shatter-box.com/?p=11326
If you want to save more than one variable (via an array) in the LocalStorage I recommend you my LocalStorage example here: https://www.scirra.com/store/royalty-free-game-templates/game-template-8-local-storage-973
Regards
Andreas
Local Storage has a description in the manual.It explains the steps for saving a score, and retrieving it again.
I still don't understand the tutorial. Can you explain it with pictures or a video?
I'll see what I can put together. It'll have lots of pictures ; - )
terrancd try this link
https://www.dropbox.com/s/webp4setyyyu4 ... .capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
I threw this LocalStorage tutorial together. http://javajdk.net/tutorial/localstorag ... nstruct-2/
Ah. You've got the highscores capx happening. That ought to be worth a look.