Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/11/2005, 17:21
Avatar de julio archila
julio archila
 
Fecha de Ingreso: marzo-2005
Ubicación: Quetzaltenango, Guatemala
Mensajes: 272
Antigüedad: 19 años, 1 mes
Puntos: 0
hola Haroldcha:

aca te dejo este codigo
Código:
on (rollOver) {
	this.onEnterFrame = function() {
		if (this._currentframe=1) {
			play();
		}
		if(this._currentframe >= this._totalframes){
			delete onEnterFrame;
		}
	};
}
on (rollOut) {
	if (this._currentframe>1) {
		this.onEnterFrame = function() {
			prevFrame();
		};
	}
}
espero te sea de ayuda...

saludos ...
__________________
Julio Archila