fps

Blitz3D Forums/Blitz3D Programming/fps

Hi, on the project i am working on, i have got a good fps of 60 on it but was wandering how i can get the fps to be higher than that.

Flip (false)

thanks, can you explain why that happens when i put flip to false though?

Flip true means that the program is waiting until the screen sync has be done which means that the max FPS = max screen refresh.

ok thanks for the help :).

http://www.blitzbasic.com/b3ddocs/command.php?name=flip&ref=goto