but.onRelease=function(){ var b=this; b.enabled = false; var id=setInterval(function(){b.enabled = true;clearInterval(id)},5000) }