20/04/2005, 05:32
|
| | Fecha de Ingreso: febrero-2004 Ubicación: Carthagena
Mensajes: 205
Antigüedad: 20 años, 9 meses Puntos: 0 | |
creo que poner asi funciona:
this.createEmptyMovieClip("cosa_rara", 10);
cosa_rara.onEnterFrame = function() {
speed = -0.3;
this._y += speed;
} |