How to reset an AnimationPlayer to the first animation?

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

How do I reset my AnimationPlayer to the first frame of the first animation?

:bust_in_silhouette: Reply From: exuin

There are no frames in an AnimationPlayer. You can use seek or play or stop or whatever function does what you’re looking for specifically to go to 0 seconds.

Thank you! (I needed the seek function)

Gamemap | 2021-03-17 22:10