How do I terminate an animation?

I want an animation to end/disappear after a sentry is defeated. Any thoughts?

Maybe deactivate a trigger…

2 Likes

Use a ko manager that is working for a sentry
when killed → hide props

I have tried that, but the way the animation works using wire repeaters it will hide only for the length of time before wire repeater repeats.

It does not use triggers, it uses wire repeaters on game start

Switch to triggers for this. They are a LOT more flexable than wire repeaters.

2 Likes

is there a way to deactivate wire repeaters?

No.

1 Like

Then you should probably switch to triggers like ClicClac said so you can deactivate them

Ok thanks i will try this…

You should only replace one wire repeater since you don’t need to deactivate all of them.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.