get the list of objects right under ur mouse
get the list of objects right under ur mouse
var myObjects: Array = stage.getObjectsUnderPoint(new Point(mouseX, mouseY));
get the list of objects right under ur mouse
var myObjects: Array = stage.getObjectsUnderPoint(new Point(mouseX, mouseY));