Is there a command to tell if an animations finish

Blitz3D Forums/Blitz3D Beginners Area/Is there a command to tell if an animations finish

Kippykip(Posted 2013) [#1]
Is there a command to tell if an animation sequence is finished?
I'm making a gun and made it play a shooting sequence but I want to make it go back to the idle after it plays it
any help?

If(MouseHit(1))
Animate gun,3,0.6,3
PlaySound glockFire
EndIf

the idle sequence is 1


Kippykip(Posted 2013) [#2]
Meh nevermind fixed it ~SOLVED~