![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/04/2005, 11:47
|
![Avatar de Bandit](http://static.forosdelweb.com/customavatars/avatar36355_1.gif) | Moderador | | Fecha de Ingreso: julio-2003 Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 7 meses Puntos: 406 | |
Hola germanplus:
Prueba con el código así:
onClipEvent (load) {
_x = 250;
}
onClipEvent (enterFrame) {
_x += (500-_x)/70;
if (_x>=350) {
this._alpha = 10;
}
if (_x>=400) {
this._rotation += 10;
}
}
Espero haberte sido de ayuda. |