I am trying to create a minesweeper style program, but I can not figure out how to detect nearby mines/empty spaces. The squares are not touching, therefore I cannot do an isTouching or an intersectingObject method, so the way I'd prefer to do this is to detect all objects within the proximity of the clicked box. How would I go about doing this?

