One way would be to run checks with every movieClip that you're trying to detect in a onEnterFrame type of listener and use the .x and .y values to determine which MC is closest. Something like:
diffx = point.x - mc.x
Could you give an example of how this code would be applied to your game to give a better idea of how it needs to work?