function kon(e:MouseEvent):void { if(e.target.parent == fon || (e.relatedObject && e.relatedObject.parent == fon)) return; fon.stopDrag(); }