I am making a little platformer, just to fiddle around in Gdevelop. I tried making my character crouch, but it didn’t work. I made it so that when the down key is pressed a variable gets set to true. When I tested it to see how it worked, my knight character started freaking out and kept flickering between the one crouch frame and a frame from the fall animation, as depicted below (If it looked like he stood still, he didn’t, it’s the gif):
What I also noticed is that when I pressed the down key before taking a step, he wouldn’t even do anything. The idle animation just kept playing. But anyways here’s what I did to try and make him crouch.
Can anyone help me with this? I want to add normal crouching, before crouch walking.
Thanks in advance!