Te agradezco toda la buena onda. Me mandaron otro codigo que me resulto
te lo mando por si te sirve
stop();
segundos = 3;
espera = function () {
Button.Prototype.enabled = true;
clearInterval(a);
trace("habilito");
};
boton.onRelease = function() {
Button.Prototype.enabled = false;
a = setInterval(espera, segundos*1000);
trace("deshabilito");
};