Help me make Mario like game

Well, you add the code right after the:


onClipEvent (keyUp) {
if (Key.getCode() == 83) {
jump = false;
}
}