How to change sprites animations

hello, i am new here but i already know alot but theres a small problem that i can’t solve, i saw in one of the topics about codebott578 asking the same thing as me, i tried to do what the others telled him but it doesn’t work because i dont want just to change the sprite, i want to change the sprites of my carachter that is purple guy to him wearing the springbonnie suit and the animation of him walking, i tried everything but it doesn’t work and i can’t find a solution, if you know how to correct this, please help me. Heres my project https://arcade.makecode.com/S64027-22657-53652-18228

1 Like

set sprite image to block

Hi! This block that you used to try to change the animations:


is basically saying “if the player is facing right and left and up and down all at the same time then run that animation. Because your player cannot be facing right and left and all the others at the same time, the animation will never run. What you need to do is copy all of these:

and put them where you placed the block that never runs, then edit all of them to be the same animation but with the suit on. This is a lot of work, but it’s the only way to do it!

1 Like