boton_btn.estado = false; boton_btn.onRelease = function(){ if(this.estado) movieclip.play(); else movieclip.stop(); this.estado = !this.estado; }