1 collision body 4 sensors for top/left/right/down i want the sensor hovering above the player to set object_above = true; and the sensor to the right of the player to set object_right=true; and so on.. is this possible? and if so - how? i thought maybe i could set onBeginContact events to the sensors individually or somehow find out which sensor reported the collision ??! thx in advance