#I'm trying to remake SMW physics and i want to understand how to mario jump a half. (SOLVED)

4 messages · Page 1 of 1 (latest)

signal shale
#
var left,right,jump,jump_release;

left = keyboard_check(ord("A"));
right = keyboard_check(ord("D"));
jump = keyboard_check_pressed(vk_space);
jump_release = keyboard_check_released(vk_space);
finite lance
#

like... jumping but not all the way?

signal shale
#

but i solved that