if (booleanFlag > myTimelimit) {        // wrap this in mouseup eventlistener.
  clearInterval(loaderID);
  }
Something like that, sure I missed some minor detail
[Raymond Smith] 
 
I was right...
 
if (!booleanFlag)  {
    clearInterval(loaderID);
}
 
I shift logic half way thru last post and didn't update it.
 
 

Reply via email to