How can I enumerate display objects under a pixel relative to the stage?
Clarification: I want to write a function which get (x,y) as input and returns an array of objects as output.
update: I want to avoid looping over all the display objects, to tell which one is under the specified pixel.