mc.onRollOver = function () { delete this.onEnterFrame; mc.gotoAndPlay(mc._currentframe+1); } mc.onRollOut = function () { this.onEnterFrame = function (){ this.prevFrame (); } }