Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/03/2005, 23:00
wwwmaster
 
Fecha de Ingreso: noviembre-2002
Ubicación: DF
Mensajes: 1.056
Antigüedad: 21 años, 5 meses
Puntos: 37
onClipEvent (load) {
_x =250;
}

onClipEvent (enterFrame) {
_x += (500 - _x) / 70;
}


Agrega en el enterframe
_rotation = _rotation+10

para el alpha algo similar
this._alpha = this._alpha - 10

o
this._rotation = this._rotation + 10