playMaker

Author Topic: Help with Changes in 1.8 Playmaker  (Read 1063 times)

berir

  • Playmaker Newbie
  • *
  • Posts: 25
Help with Changes in 1.8 Playmaker
« on: July 12, 2016, 09:47:29 AM »
Hey Guys I have problem understanding how to update my old project to 1.8 version of playmaker...

I understand that I am not supposed to use get and set property right?
but what action do I need to use instead?

I still can see get property action in actions though...

will this still work;

FsmVariables.GlobalVariables.GetFsmInt ("SuitLed").Value = LedColor1;

if not how do I get Int value now?

or can I still broadcast an event like this;

PlayMakerFSM.BroadcastEvent ("SetSpades");


Since the Upgrade My game does not seem to work anymore and Playmaker is not giving me any errors so I am confused whats wrong....

Thanks in advance

Beri