if (timeout) { blahblahblah; timeout=0.05; }
function onTimeout() { blahblahblah(); setTimer(0.05); }