Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/11/2004, 13:35
4ND0R
 
Fecha de Ingreso: diciembre-2002
Ubicación: Estoy por ahi, buscandome
Mensajes: 60
Antigüedad: 21 años, 4 meses
Puntos: 0
Código:
lastFrame = _totalframes;
gotoAndStop(lastFrame);
onEnterFrame = function() {
	gotoAndStop(_currentframe - 1);
};
__________________
4ND0R