[SOLVED] Walk animation problem

I am trying to make a platformer but if I make the jump animation work the walk animation won’t work and if I get the walk animation to work the jump animation won’t work. could someone please help. My Project9-21-2022_8-35-01.wick

fixed it for you
you wanna put all of your animation scripts in the “update” script and use the "isKeyDown(“key”) instead of “key===“key””.
My Project9-21-2022_14-05-03.wick (112.7 KB)

thank you but I decided to make it not do a waking animation