Playmaker Forum

PlayMaker News => General Discussion => Topic started by: t4d on March 04, 2014, 01:02:28 AM

Title: variable name to string ?
Post by: t4d on March 04, 2014, 01:02:28 AM
I want my button to have the name of the Variable it activates is it possible in Playmaker ?

can you access any of the variable Names in playmaker ?

Thanks for any help
Title: Re: variable name to string ?
Post by: jeanfabre on March 04, 2014, 06:26:29 AM
Hi,

 if the button should set a boolean variable, simply make a global event or local event if the fsm is on the button itself and turn this boolean on and off within the states themselves. so you would have a global event "BUTTON UP" and "BUTTON DOWN" or something.

Else, what are you trying to achieve?

bye,

 Jean