non sò....se ho capito...


all'ultimo frame del tuo filmato esterno ke kariki metti

codice:
_root.ho_finito=true;
e aggiungi a prima

codice:
cursore.onEnterFrame=function(){
if(!ho_finito){
if(cursore._x>600){
cursore._x=-5
}else{
cursore._x+=10
}
}else{
delete this.onEnterFrame
cursore._x=0;
}
}
fai una prova