Hi,
Using AS2. I'm using setInterval to spawn stuff and my interval is 5000 miliseconds. However, I want the first instance to happen immediately and not after 5 seconds. Can I get setInterval to do this?
Printable View
Hi,
Using AS2. I'm using setInterval to spawn stuff and my interval is 5000 miliseconds. However, I want the first instance to happen immediately and not after 5 seconds. Can I get setInterval to do this?
call the function the line above the set interval, then set interval will continue on