Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: .M.M. on Fri 04/01/2008 13:39:54

Title: Loops are too long
Post by: .M.M. on Fri 04/01/2008 13:39:54
There are 40 loops per second but sometimes, 1 loop is too long. Is there something faster?
Title: Re: Loops are too long
Post by: Gilbert on Fri 04/01/2008 14:04:50
Just use SetGameSpeed() to change it, look for it in the manual, but remember more frame rates means more CPU power, so make sure the palyers of your game have fast enough computers to play your game at the desired resolution and colour depth.
Title: Re: Loops are too long
Post by: Khris on Fri 04/01/2008 18:05:26
It really depends on where you need it (which you could've stated, right?)
In some cases you can use a negative number: -2 = 1/2, -3 = 1/3, aso.
Title: Re: Loops are too long
Post by: .M.M. on Fri 04/01/2008 21:22:24
Thank you, I didn't find it in manual.