Simple scripts showing the different ways of jumping as well as an easy way to make a sprite move. Orange cat jumps with "a" Pink cat shows how to detect falling and jumps with "s" or "w" (w shows a more fluid jump) Green cat has a more accurate jump, taking velocity and falling into account. In my opinion, it is the most fluid-looking jump. dIt jumps with "d" Grey cat can move around and shows how the different jumps work with movement. "z" for orange cat jump, "x" and "c" for pink cat jumps, "v" for green cat jump
Falling detect whether or not the sprite is touching the floor. In this case, it's detecting whether it touches the color black. I'm saying this because it is possible to climb on top of the other cats using the grey one.