- Can I somehow set a property of some DisplayObjects, so that when I trace stage.getObjectsUnderPoint(new Point(stage.mouseX, stage.mouseY) won’t list them ? I know that .visible = false; works, but I need them to be visible.
- Which of the returned DisplayObjects in the Array is the one ‘on the top’ (has the greatest index?