Reply To: Animation Event with FlowCanvas

NodeCanvas Forums Support Animation Event with FlowCanvas Reply To: Animation Event with FlowCanvas

#14600
Gavalakis
Keymaster

Hello,
Yes it is possible to receive event from AnimationEvent. Here are the steps to do this:

– In the AnimationEvent inspector, select the “Function” -> “SendEvent (String)”.
– Give the “String” a name like “MyEvent”
AnimationEventInspector

– Now in the FlowScript, create a “Custom Event” node (Events/Custom/Custom Event) and give it that same name to listen to. In this example, “MyEvent”
CustomAnimationEvent

Let me know if that works for you.
Also, please use the FlowCanvas forums for FlowCanvas questions: https://flowcanvas.paradoxnotion.com/forums-page/
Thanks 🙂

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. AnimationEventInspector.png

  2. CustomAnimationEvent.png