Please or Register to create posts and topics.

Animation doesn't loop

Hold animation is set to "No". Correct me if I'm wrong, but animations are supposed to be looped if Hold animation is set to "No". But whatever the value of Hold animation is, it still plays once and stops at the last frame.

I think that "Hold animation" means that animation freezes at the end.
I would loop animation like that.
Logic_auto triggers logic_relay. Logic_relay runs animation, triggers second logic_relay and disables it self, second logic relay after delay of few seconds triggers animation, triggers first logic_relay and disables itself.

Or instead of having that ^^^^ weird workaround you could just use a logic_timer

My YouTube Channel: https://www.youtube.com/user/Camben24
Aperture Science: We do our science asbestos we can!

Do you have a Default Animation set? When the animation finishes it'll play that animation. Use the setDefaultAnimation instead of SetAnimation in that case. Alternatively, have a OnAnimationDone output that sets the animation again. If you route that through a logic_relay you'd be able to enable/disable to turn it on and off if needed.

My stuff:
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]

Yeah, the solution was default animations. Can't thank all of you enough! I was going mad there xD