prova così:
e poi le usi come play() e stop()...codice:MovieClip.prototype.playReverse = function() { this.onEnterFrame = function() { if (this._currentframe>1) { this.prevFrame(); } else { gotoAndStop(this._totalframes); } }; }; MovieClip.prototype.stopReverse = function() { delete this.onEnterFrame; };
nel pulsante di "link1" metti:e sul frame "home" metticodice:_root.playReverse();speriamo bene!codice:_root.stopReverse();

Rispondi quotando