Animation Event with FlowCanvas

Forums 💬 NodeCanvas ⚙️ Support Animation Event with FlowCanvas

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16569
    boardleby
    Participant

      Hi,

      it´s possible to send and receive an AnimationEvent to my FlowCanvasController?

      And if so with which node s is this possible? –
      I have not been able to connect so far and get the typical error that the event has no receiver.

      I am happy about any help 🙂

      #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 🙂

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.