Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/07/2002, 23:10
Avatar de hucasys
hucasys
 
Fecha de Ingreso: noviembre-2001
Ubicación: Bastante buena...
Mensajes: 816
Antigüedad: 22 años, 5 meses
Puntos: 3
_alpha de 0 a 100 y de vuelta

Holas
Quiero hacer lo siguiente: que un movieclip incremente su _alpha desde 0 a 100, y luego descienda desde 100 a 0 y así infinitamente.

Así lo hago siempre para incrementarlo:
Código:
onClipEvent(enterFrame){
i=5;
this._alpha=(this._alpha+i);
i++;
}
he tratado con if/else y con while, pero no le achunto mucho....quién me ayuda?



<div align=center>
<param name=movie value=http://www.webdavm.com/flash/firma_web.swf>
<param name=quality value=high><embed src=http://www.webdavm.com/flash/firma_web.swf width=350 height=60>
</embed></div>