prova cosi':
metti sul tuo clip questo:
onClipEvent(onload){
gotoandplay(20);
if(this._currentFrame==20){
torna=true;
}
if(this._currentFrame==1){
stop();
}
if(torna){
this.prevFrame();
}else{
stop();
}
}