Reply To: Animation Event with FlowCanvas

Forums 💬 NodeCanvas ⚙️ Support Animation Event with FlowCanvas Reply To: Animation Event with FlowCanvas

#16570
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”
    [attachment file=”AnimationEventInspector.png”]

    – 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”
    [attachment file=”CustomAnimationEvent.png”]

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