Topic was automatically imported from the old Question2Answer platform.
Asked By
KyB3r
this is what im trying to get if attack_anim is finished: $AnimatedSprite.play("idle")
but i dont understand what to do like using is_playing or animation_finished() because im an absolute beginner, this is all i have right now:
`#func attack():
if Input.is_action_just_pressed(“ui_hit”) and is_on_floor():