How do I make a player animated when it move?

Like when left key press, and the character move and animated left, and when right key pressed, the character move and animated right.

1 Like

i know how to but it’s hard

In your key down code, you can change the x position to make the character move left or right. If you subtract from the x value, that moves it left, if you add to the x value, that moves it right. For animation, you can create an animation in the character’s timeline, and then set it to play during the same key down code. Here’s an example (disclaimer: I didn’t spend very much time on the animation):
left-right-move.wick (5.3 KB)