Hello All,
In my game, my levels are setup a lot like "Angry Birds" and/or "Wheres My Water" where a new level unlocks after you defeat the previous level.
I'm having a problem figuring out the logic.
I can't "add" to the level variable because replaying a single level multiple times would eventually unlock all the levels.
I can't "set" the number because replaying a previous level would re-set the number of levels cleared.
If this post makes any sense to you, please help me out.
Thank you for your time.