Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
How do I save and display unlocked achievements using webstorage? I want to make it so when you unlock an achievement, it saves locally, and you can display it in a text and save that.
You do it the way you just mentioned yourself.
If the player reaches an achievement, save a value in webstorage. To check if he has that Achievement, just read from the webstorage.
Develop games in your browser. Powerful, performant & highly capable.
Um, I dont know how to load something from webstorage. <img src="smileys/smiley5.gif" border="0" align="middle" /> Can you tell me?