31/03/2005, 23:00
|
| | Fecha de Ingreso: noviembre-2002 Ubicación: DF
Mensajes: 1.056
Antigüedad: 22 años, 2 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 |