Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ryanavent on April 06, 2013, 05:30:48 PM

Title: level lock/ unlock
Post by: ryanavent 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?
Title: Re: level lock/ unlock
Post by: xhidnoda 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.