a = 0; btn.onRelease = function() { if (a == 0) { a = 1; caja.text = "texto"; } else { a = 0; caja.text = ""; } };