Unlock levels

sceurasceura Member Posts: 8
edited November -1 in Working with GS (Mac)
I am planning to include a feature that will let player unlock a level by completing the previous level. I have following questions.

*Should I use a game attribute to set which levels are unlocked?
*If I do that what will happen if I had to release an update? is the attribute going to be reset?

Comments

  • JamesZeppelinJamesZeppelin Member Posts: 1,927
    sceura said:
    I am planning to include a feature that will let player unlock a level by completing the previous level. I have following questions.

    *Should I use a game attribute to set which levels are unlocked?
    *If I do that what will happen if I had to release an update? is the attribute going to be reset?

    You can either make boolean for each level or
    Here is a shortcut tutorial i made with images.

    http://gamesalad.com/forums/topic.php?id=6824#post-44632

    And no... an update will not delete your save data!
  • sceurasceura Member Posts: 8
    Thank you James for your help. I will try this out tonight.
Sign In or Register to comment.