
06/02/2005, 19:44
|
 | | | Fecha de Ingreso: enero-2002 Ubicación: 000's DiMensiOn
Mensajes: 979
Antigüedad: 23 años, 1 mes Puntos: 3 | |
Entonces...
Código:
stop();
MovieClip.prototype.alfa = function (){
incremento=0;
estado=0;
this.onEnterFrame=function(){
if(!estado){
incremento++;
this._alpha=incremento;
if(incremento==100) { estado=1; }
}
else if(estado) {
incremento--;
this._alpha=incremento;
if(incremento==0) { estado=0; }
}
};
};
mc.alfa();
__________________ GOC00 CominG soOn v2.0
CyA! & GooD LuCK... |