/// isCollisionDown() if (position_meeting(x, y + 8, oSolid) == false) { return 1; } else return 0;