automatic saving system?
idoistuff
Member Posts: 197
so I want it so when a level is beat it auto saves.
I have it so when player touches finish to change attribute levelcomplete to levelcomplete+1 (this is my level unlocking system) but when the app is closed and re-opened the attribute levelcomplete is reset to 0 so all the levels are locked again.
how would I make it so when each level is beat the game automatically saves.
also how would I make it so when a button is pressed in options it will RESET the game so every level is locked?
I would imagine its when touched change attribute levelcomplete to levelcomplete 1 (1 meaning only the level one is unlocked) ?
I have it so when player touches finish to change attribute levelcomplete to levelcomplete+1 (this is my level unlocking system) but when the app is closed and re-opened the attribute levelcomplete is reset to 0 so all the levels are locked again.
how would I make it so when each level is beat the game automatically saves.
also how would I make it so when a button is pressed in options it will RESET the game so every level is locked?
I would imagine its when touched change attribute levelcomplete to levelcomplete 1 (1 meaning only the level one is unlocked) ?
Comments