Fai così
Va richiamata cosìcodice:MovieClip.prototype.reverse = function(){ this.onEnterFrame = function(){ this._currentframe > 0 ? this.prevFrame : delete this.onEnterFrame }
(per la _root quindi _root.reverse(), per il movieclip 'mc' mc.reverse(),etc..)codice:on(rollOut){ nomeMc.reverse() }
dovrebbe funzionare ma non ho provato
avevo sbagliato![]()