Controlling Game Speed
Author |
Message |
Jephir
|
Posted: 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. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Saad
|
Posted: Sat Oct 13, 2007 10:44 am Post subject: RE:Controlling Game Speed |
|
|
Look up Time.DelaySinceLast(time) |
|
|
|
|
|
Jephir
|
Posted: Sat Oct 13, 2007 10:48 am Post subject: RE:Controlling Game Speed |
|
|
Thanks! It seems to work perfectly. |
|
|
|
|
|
Dabond
|
Posted: Wed Oct 17, 2007 10:18 am Post subject: Re: Controlling Game Speed |
|
|
delay(time in milliseconds) |
|
|
|
|
|
|
|