onEnterFrame = function () { if (rot || rot == undefined) { mc._rotation += 1; } }; mc.onRollOver = function() { rot = false; }; mc.onRollOut = function() { rot = true; };