funziona ma se non va prova così


// in un movieclip
codice:
onClipEvent (enterFrame) { 
if (_root.rev) { 
frame = this._currentFrame 
frame-- 
if (frame>0) { 
this.gotoAndStop(frame) 
} 
} 
}
// in un bottone

codice:
on (release) { 
rev = true 
}