How do I wait for an animated sprite to finish its animation

:bust_in_silhouette: Reply From: Ertain

Have you looked at the animation_finished() signal of an AnimatedSprite? When the animation_finished() signal is emitted, play the “idle” animation. This should work (unless the AnimatedSprite is set to looping. In which case, it’ll get a bit trickier).