Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/04/2005, 05:32
josepzin
 
Fecha de Ingreso: febrero-2004
Ubicación: Carthagena
Mensajes: 205
Antigüedad: 20 años, 2 meses
Puntos: 0
creo que poner asi funciona:

this.createEmptyMovieClip("cosa_rara", 10);
cosa_rara.onEnterFrame = function() {
speed = -0.3;
this._y += speed;
}