I am trying to make a basic platforming game to better understand the Construct 2 platform. I already made all the animations for my sprite, the player, however I am having problems getting the correct animation to run at the right time. To be specific, I want my jumping animation to be the only one running when I jump. Right now my events are set up that I only go into the jump animation when I am standing still. Also, if I jump while standing still, (so the jump animation does play) if I move left or right in the air, it just goes to my running animation. I have tried using "If on ground" and "If jumping" and "If falling" with "else, but nothing is working. All help appreciated.