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”]