Computer Science Canada Controlling Game Speed |
Author: | Jephir [ Sat Oct 13, 2007 10:31 am ] |
Post subject: | Controlling Game Speed |
Is there any way to control the speed at which my game runs? I know there's Time.Delay, but I need something that will run consistently on any computer. |
Author: | Saad [ Sat Oct 13, 2007 10:44 am ] |
Post subject: | RE:Controlling Game Speed |
Look up Time.DelaySinceLast(time) |
Author: | Jephir [ Sat Oct 13, 2007 10:48 am ] |
Post subject: | RE:Controlling Game Speed |
Thanks! It seems to work perfectly. |
Author: | Dabond [ Wed Oct 17, 2007 10:18 am ] |
Post subject: | Re: Controlling Game Speed |
delay(time in milliseconds) |