View Single Post
  #8  
Old 05-19-2007, 04:40 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Hold on before you do anything else, add setTimer(.5) inside the onTimeout event function.
PHP Code:
function onTimeout()
{
  
DoLamp();
  
setTimer(0.5);

Reply With Quote