Hi everyone,
I’m working on a game in MakeCode Arcade, and I’m having trouble setting up animations for my character. I want to have different animations for each state:
- Walking to the right
- Walking to the left
- Idle (standing still)
- Climbing up a ladder
- Climbing down a ladder
- Staying still on the ladder
However, my animations are not working correctly—they sometimes freeze or don’t transition smoothly between states. I’m not sure how to configure them properly.
If anyone has experience with character animations in MakeCode Arcade, I would really appreciate some guidance or example code to help me fix this.
Thanks in advance!
Here is my code: https://arcade.makecode.com/S95430-18455-32764-63704