Waiting for an animation to finish

NodeCanvas Forums General Discussion Waiting for an animation to finish

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11120
    timbecile
    Participant

    I’m trying to have an animation play at the beginning of a behavior that needs to finish before anything else is done (A ‘Get Up’ anim). I’ve got it set up so that the animation will play first, and then it will go on with it’s behavior.

    But it still returns to the Get Up anim. How do I stop it from playing that animation again once it’s been played the one time?

    #11125
    Gavalakis
    Keymaster

    Hello,

    You can use the Filter Decorator and set the filter option to “number of times”. The set the number of times to 1 (once).
    As a result, everything bellow the Filter Decorator will only execute once.

    Let me know if this works for you.

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

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