here is the code
if (keyboard_check_pressed(vk_up) and place_free(x,y+1)){ vspeed = -4;}its ment for the Jumping part of Jumping code, i found it over the net but it dosent tell me witch event, I've tried Every event that it should be in but it dosnt work.











