Hey, I figured out a pretty effective way to do this with the up arrow.
1) define the global variable jump = 0.
2) Add event If Keyboard Up Arrow Pressed AND Player Not On Ground AND jump = 1 THEN Player Vector Y -450; Subtract 1 from jump
3) New event if Keyboard Up Arrow Pressed AND Player On Ground THEN Set Jump to 1