Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/08/2008, 10:52
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Respuesta: Ayuda con actionscript, creo que sencillo

Hola ASTURIANO1980:
Escribe así tu código:
this.createEmptyMovieClip("cargador", 1);
this.cargador._x = 0;
this.cargador._y = 400;
this.cargador.loadMovie("img0.jpg");
_root.onEnterFrame = function() {
if (this._x<400) {
this._y -= 2;
}
};

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/