metti sul tuo clip questo:
onClipEvent(enterframe){
if(this._currentFrame==20){
torna=true;
}
if(this._currentFrame==1){
torna=false;
}
if(torna){
this.prevFrame();
}else{
this.play();
}
}
metti sul tuo clip questo:
onClipEvent(enterframe){
if(this._currentFrame==20){
torna=true;
}
if(this._currentFrame==1){
torna=false;
}
if(torna){
this.prevFrame();
}else{
this.play();
}
}