Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: marcusjung on October 29, 2012, 02:22:12 AM

Title: sending variables from javasctip to playmaker
Post by: marcusjung on October 29, 2012, 02:22:12 AM
Hi.

I know that jacascript can send events to playmaker.
But if variables is available to send to playmaker, it will be great.
Is is possible?l


Title: Re: sending variables from javasctip to playmaker
Post by: jeanfabre on October 29, 2012, 02:27:07 AM
hi,

 Do you mean using event's data or to actually set Fsm's variables from javascript?

bye,

 Jean
Title: Re: sending variables from javasctip to playmaker
Post by: marcusjung on October 29, 2012, 02:29:42 AM
Hi,
I mean to set Fsm's variables from javascript.
Title: Re: sending variables from javasctip to playmaker
Post by: jeanfabre on October 29, 2012, 06:33:08 AM
Hi,

 have a look here:

http://hutonggames.com/playmakerforum/index.php?topic=1143.0 (http://hutonggames.com/playmakerforum/index.php?topic=1143.0)

bye,

 Jean
Title: Re: sending variables from javasctip to playmaker
Post by: marcusjung on October 29, 2012, 06:43:21 AM
Thanks for your prompt response.
I will check that link.