How to stop AnimationPlayer on a certain frame?

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

I have created a 2d walk animation for my player, and the idle image for the player is just a frame in the middle of the animation, and I want to know is there any way to stop on that frame, (current_animation_position property of AnimationPlayer dosen’t have a setter?)

:bust_in_silhouette: Reply From: atopetrick

you use frame property to change Sprite Texture in you game.