playMaker

Author Topic: level lock/ unlock  (Read 1899 times)

ryanavent

  • Playmaker Newbie
  • *
  • Posts: 8
level lock/ unlock
« on: April 06, 2013, 05:30:48 PM »
in ios games such as cut the rope ect.... there is a main menu screen showing links to load every game level, once the firs level is compleeted the player can then load the next and so on. is it possible to do this in playmaker? and where would you start?

xhidnoda

  • Full Member
  • ***
  • Posts: 231
Re: level lock/ unlock
« Reply #1 on: April 07, 2013, 10:56:49 AM »
Yes...i not try this before but i get idea to make this work.
Disable - Enable FSM. If the player score count more that (variable) send event to FSM "enable". This FSM contain the load level.
try some like this.