_root.mc.onEnterFrame = function() { if (!this.hitTest(_root._xmouse, _root._ymouse)) { //действие } };
this.mc.onRollOut = function() { //действие };