function click(event:MouseEvent):void{ if (event.eventPhase == EventPhase.AT_TARGET) trace("это родитель"); else trace("это потомок"); }