Tema: Alpha en MC
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/02/2005, 19:44
Avatar de goc00
goc00
 
Fecha de Ingreso: enero-2002
Ubicación: 000's DiMensiOn
Mensajes: 979
Antigüedad: 22 años, 3 meses
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...