Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/05/2010, 16:51
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 10 meses
Puntos: 406
Respuesta: Como puedo hacer para que un mouse over regrese en el timeline

Hola Wilder85:
En el botón para retroceder coloca éste código:
Código:
on (rollOver) {
	_root.onEnterFrame = function() {
		if (_root._currentframe>1) {
			_root.prevFrame();
		}
	};
}
on (rollOut) {
	delete this.onEnterFrame;
}
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/