Unlock levels
Hey guys, I am making a game and would like to have this unlock level function where if you finish one level you unlock the next. So I created a second actor called unlock at the end of each level and set it up so that is the character hits that actor in the end it will add 1 to a integer called unlock. The problem with this is that if the character finishes the second level then the integer unlock will no longer equal 2(the number needed to unlock level 2) so level 2 will be locked again. Anybody, know how to do this so it remembers which levels are locked. I have seen some other ways but it looks like they require a lot of rules and table(which i am terrible at) and lots of attributes which will lag my game as I already have a lot. Thanks!
Comments
It sounds like you may have already Googled unlock levels gamesalad which results in several good video tutorials. Tables are really the best method for doing what you describe.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
We have a free template thats table based and has a 3 star system which is super easy to edit (see video below).
http://www.deepblueapps.com/level-select-system/
Thanks @tatiang and @DeepBlueApps for the suggestions will be sure to check them out!