Problem Save Load Level Unlocked

Hello everyone are weeks that control the forum looking for an answer for my solution. How do I make sure that every time I finish the first level, I get a star on the level completed and I automatically unlock the second level?

If you can give me an example, I’d be grateful.

Thank you.

You will want to use ICE by Graham Ransom.  It will allow your users to save the data so if they quit the game and come back their progress will be saved.

As for getting a star on the level completed that is basic API dispay.newImageRect.

And 'possible to see an example? Just to get an idea, because I do not know where to start …

Thank you.

Actually he changed the name to GGData.  Really good stuff!

https://github.com/GlitchGames/GGData

And how do I then load it all when I start the game again?
I’m a bit confused, if possible, I would need a sample application …

You will want to use ICE by Graham Ransom.  It will allow your users to save the data so if they quit the game and come back their progress will be saved.

As for getting a star on the level completed that is basic API dispay.newImageRect.

And 'possible to see an example? Just to get an idea, because I do not know where to start …

Thank you.

Actually he changed the name to GGData.  Really good stuff!

https://github.com/GlitchGames/GGData

And how do I then load it all when I start the game again?
I’m a bit confused, if possible, I would need a sample application …