function move(value) { clearInterval(idTimer); idTimer = setInterval(function() { moveBall(value) }, 100); }