Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/08/2005, 13:34
romix
 
Fecha de Ingreso: junio-2005
Mensajes: 1
Antigüedad: 18 años, 10 meses
Puntos: 0
HELP!!! actualizar codigo flash 5 a mx/as.2

onClipEvent (load) {

ground.duplicateMovieClip("ground2", 100);
ground2._x = ground._x+ground._width;
groundStartx = this._x;
groundSpeed=10;

}

onClipEvent (enterFrame) {

if (_root.spaceship.scrollStart){
this._x-=groundSpeed;
if (this._x<= (groundStartx-ground._width)){
this._x=groundStartx-groundSpeed;
}
}

}

he intentando volcar el codigo a mainGround(que contiene el mc ground) =

mainGround.onEnterFrame(){
}

pero parece no funcionar
buenoooooooo

DESDE YA GRACIAS X ESTAR!