HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Which is more efficient?

04-05-2008, 04:20 AM#1
Joker
A timer with an interval of 0.1 running 15 times with a loop inside, which runs 8 times

OR

8 timers with an interval of 0.1 all running at the same time?
04-05-2008, 08:55 AM#2
Captain Griffen
I'd say the loop.
04-05-2008, 10:13 AM#3
Toadcop
yes.