clip1.onRelease=function(){
if (sorteo>0){
i=1;
while (i<=5){
trace(coorx[i]);
_root["clip"+i].roza=2+random(10);
_root["clip"+i].onEnterFrame=function(){
with(this){
_x+=(coorx[i+1]-this._x)/this.roza;
_y+=(coory[i+1]-this._y)/this.roza;
}// with
}// function
i++
}//while
}// if
_root.gotoAndPlay(3);
}// function onRelease
Gracias