Foros del Web » Creando para Internet » Flash y Actionscript »

HELP!!! actualizar codigo flash 5 a mx/as.2

Estas en el tema de HELP!!! actualizar codigo flash 5 a mx/as.2 en el foro de Flash y Actionscript en Foros del Web. 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; } } ...
  #1 (permalink)  
Antiguo 24/08/2005, 13:34
 
Fecha de Ingreso: junio-2005
Mensajes: 1
Antigüedad: 18 años, 9 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!
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 16:34.