This seems rather simple, but I can't figure it out. When my player is in the move state, it checks every step whether there's place_meeting(x, y-1, oSolid) && place_meeting(x, y+1, oSolid), in other words, when the player is crushed between the ground and a falling block (oSolid is a parent of...