Quote:
Originally posted by Destorm
Unless i'm mistaken (sorry if I am) sleep isnt a loop but a pause command? Also function(){} isn't a loop either.
|
Sleep is a command he is using in a loop so that his computer doesn't crash. It basically makes his for loop like a timeout loop. Function he is using to switch back and forth.