AnimatedSprite animations and "Events"?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By latbat58

I have a punch animation in my Animatedsprite node. I want to activate and deativate the punch hitbox on specific times inside the animation. Is this possible do with AnimatedSprite or should i use the AnimationPlayer

:bust_in_silhouette: Reply From: kidscancode

AnimatedSprite only changes texture. You should use AnimationPlayer if you also want to animate other properties.