So I'm making 2d platformer and I don't know how to make correct the animation of jump, in my case the player jump and the animation is playing very fast and ends in air, I will post the my animation code in Step Event below
//Animation
//===Walk
if (key_right) {
sprite_index =...