Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/04/2005, 11:47
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 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.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/