playMaker

Author Topic: [SOLVED] Animation Event doesn't appear  (Read 2189 times)

kimsama

  • Playmaker Newbie
  • *
  • Posts: 2
[SOLVED] Animation Event doesn't appear
« on: April 20, 2012, 11:01:01 AM »
Hello,

I've tried to add animation event and send an event to FSM as the following page:

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

But I can't find any event in Events Browser window.

Is there any other things to be specified?

The version of PlayMaker is 1.3.2(24788) on Unity 3.5.1

-Kim
« Last Edit: April 20, 2012, 11:52:31 AM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Animation Event doesn't appear
« Reply #1 on: April 20, 2012, 11:23:22 AM »
You have to add the event. Type a descriptive event name into the Add Event field and hit enter.

System events like collision, trigger, mouse events etc. are predefined, but other events are game specific and completely up to you to define. E.g., if you want to send an animation event to spawn particle fx, make an event called "Spawn Particle FX" and hook that up in your animation/FSM.

kimsama

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Animation Event doesn't appear
« Reply #2 on: April 20, 2012, 11:50:04 AM »
Ooops, just figured out.

Simply typing 'AnimEvent' in 'Add Event' is what I wanted.

 :)