Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/04/2006, 13:04
Avatar de luistar
luistar
 
Fecha de Ingreso: marzo-2005
Ubicación: Argentina
Mensajes: 939
Antigüedad: 19 años, 1 mes
Puntos: 0
usa una variable para controlar el estado del botón

Código:
boton_btn.estado = false;
boton_btn.onRelease = function(){
	if(this.estado) movieclip.play(); else movieclip.stop();
	this.estado = !this.estado;
}
....
__________________
Si digo que soy mentiroso. ¿Lo soy?