The Dink Network

Reply to Re: wait command

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 22nd 2006, 12:05 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Any wait less than 12 milliseconds will be about 12 milliseconds. However, this is dependent upon the speed of the computer and what else it is doing at that moment.

If you're trying to perform a specific task in a loop (like creating sprites, but NOT doing a timer from a spawned script), you could try using a loop without any wait statements. But if you mess up, then the game locks up.