Character will not Animate when they crouch/crawl

https://drive.google.com/open?id=1S-TczyImXcpmKrWRNlTqOoSs4xseKu26

Hi everyone! I’ve recently started making a video game myself, and I’ve hit a problem.

The truth is, I know what the problem is, I just have no idea how to fix it.

I understand that if you have two images trying to run at once, it’ll make only the first sprite of the animation run, but I’ve been playing around for a few hours alone, trying to figure out how to stop one animation completely to start the other.

So I posted my code I’ve made, and if there is anything you can suggest to help me fix this issue, I’d appreciate it immensely! This is one of the last bits I need to fix before I can get to more complex game mechanics, and I don’t want to leave this problem here.

Thank you in advance, and if you need any additional info to be able to help me, please let me know! I love GDevelop and I want to finish my own game. ^^

Hi!

I think your conflicts are Crouch-Idle and CrouchMove-Walking.
You should try to add a ‘s key is NOT pressed’ condition to Idle and Walking.

Oh my god you saved my life!!! This is gonna help so much, now I’ll keep much better track of having ‘NOT’ pressed keys! Everything is fixed, thank you!

1 Like