_root.onEnterFrame = function() { if (_root.muv.hitTest(_root._xmouse, _root._ymouse, false)) { trace("навел"); } else { trace("не навел"); } };