on (rollOver) { _root.onEnterFrame = function() { if (_root._currentframe>1) { _root.prevFrame(); } }; } on (rollOut) { delete this.onEnterFrame; }