mc.onMouseMove = function () { if (this.hitTest(_root._xmouse, _root._ymouse)) { trace('bingo!'); } }