PDA

View Full Version : Two intervals running at once


Morg
08-28-2004, 05:59 PM
Hey peoples! :p

I was wondering, is it possible to have two or more setIntervals running at the same time? The thingy that Im working on uses a setInterval to count in seconds, but there is another interval that should fade out the GO button... For some reason, the GO button gets faded out at the interval set by the second counter... very strange.

Thanx :D

Morg
08-28-2004, 06:10 PM
Well, I did a little test, and yes, you can run two intervals at the same time... See file.

:)