Hi all, I am using this https://www.scirra.com/tutorials/1461/how-to-use-the-localstorage-plugin tutorial as a guideline for a project I have. However I am having a problem locating ways to display the amount of coins. What is the best way to do that?
Develop games in your browser. Powerful, performant & highly capable.
You mean something like
set text = localstorage.itemvalue
Tried that. Unfortunately it did not work. Can you specify at which event do I add that? - Tried adding to the last one. but did not work.
Edit - Made it work - added the set text to the 3rd event.