Animation and Sprite

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

I made an animation for my sprite and wrote some code so I’m able to move it. I don’t know the code to make the sprite animate when I move the sprite. Can anyone help me please?

:bust_in_silhouette: Reply From: Ev1lbl0w

Thank you but how do I flip the sprite when they turn left?

Dragetize | 2022-09-03 07:54

You can use the flip_h/flip_v properties from Sprite

Ev1lbl0w | 2022-09-03 09:40