playMaker

Author Topic: Animation Events  (Read 1607 times)

thatnzguy

  • Playmaker Newbie
  • *
  • Posts: 43
Animation Events
« on: December 03, 2015, 05:25:51 PM »
I'm looking into Animation Events, so far I've figured out that the gameobject that has the Animator on it requires exactly one FSM on it also.
I see this big list of available functions, some which can take strings. The wiki only defines one (SendEvent(String)). How can I use some of these other ones? Eg SendRemoteFsmEvent.
Cheers

https://hutonggames.fogbugz.com/default.asp?W181

It might be awesome to have an Animation Event function called SetVariable which takes a variable name(string) and value (int/float/)
« Last Edit: December 03, 2015, 05:40:31 PM by thatnzguy »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Animation Events
« Reply #1 on: December 04, 2015, 12:38:21 AM »
Hi,

 Check out the PlayMaker event proxy wizard :)

http://hutonggames.com/playmakerforum/index.php?topic=11172.msg52732#msg52732

Bye,

 Jean