IonicWind Software

IWBasic => General Questions => Topic started by: Swos2008 on August 16, 2008, 11:31:58 AM

Title: How do you get FPS 60 on every PC?
Post by: Swos2008 on August 16, 2008, 11:31:58 AM
Hiya all,

Is there very simple of how do 60 FPS on every PC Machine?
In Playbasic as they only used one line of code which is SetFps 60 which is impress me.

I like doing this

FPS=60
Function FPS()
             do the timer blah blah
end functions

does anyone have slimiar as mine in Ebasic please.

cheers
Title: Re: How do you get FPS 60 on every PC?
Post by: Ionic Wind Support Team on August 16, 2008, 03:13:49 PM
See all the examples that come with Emergence.  breakout, asteroids, etc.  They all show how to do it.