m1.stop(); m1.onRollOver = function(){ this.gotoAndStop(2); } m1.onRollOut = function(){ this.gotoAndStop(1); }