I'm working with the cocos2d 3.x and Xcode 5.1.1.My game have nine levels,i finished the game logic.i need to fix the level selection screen to my game.this level Screen first level only unlocked other levels are locked,then the first level is completed only the next level to be unlocked otherwise it should be locked(look like the angry birds),help me..
Asked
Active
Viewed 133 times
-1
-
it seems to me you have a fan club ... upvotes on broad questions like this seem 'orchestrated' to me. – YvesLeBorg Sep 22 '14 at 16:32
1 Answers
0
Vague question, what you have to do is save the unlock status. You can use coredata or a database solution, but for something this simple i suggest just using a plist outside the main bundle.

user2666508
- 1
- 1