hello,
So I'm trying to make a side scrolling game for a class I'm in. I already have gravity and such down but I'm having some issues with the logic's priority or something. I have it so that the sprite will so to a standing costume when a variable is between two values (3 and -3), but when I tried to make it switch to a jumping costume when the y position was greater than -104, it went to the jumping costume and then directly back to the standing costume, because the variable for standing was still in between the two aforementioned values. But I can't figure out another variable to check for in order to switch to the standing costume. It's a lot of code so I'll leave the project link.
Please help.
Thanks!
I didn't find the right solution from the Internet.
References:
https://scratch.mit.edu/discuss/topic/279975/
