Ver Mensaje Individual
  #8 (permalink)  
Antiguo 07/08/2004, 11:33
Avatar de eldervaz
eldervaz
 
Fecha de Ingreso: agosto-2003
Ubicación: lima
Mensajes: 551
Antigüedad: 20 años, 8 meses
Puntos: 0
aquid e ida y vuelta, muy buena pulento

Código:
myMc.onRollOver = function() {
	if(this._x==100){
	this.onEnterFrame = function() {
		this._x += (400-this._x)/4;
	};
	}else{
	this.onEnterFrame = function() {
		this._x += (100-this._x)/4;
	};
};
}
__________________
eldervaz
www.eldervaz.com | www.ini4.com