High FPS Loops

BlitzPlus Forums/BlitzPlus Beginners Area/High FPS Loops

Blue Matt(Posted 2006) [#1]
For those beginners needing help with some bad slowdowns in their programs:

It's possible that the loop is running too fast for your computer.
Try adding more commands to your loop or simply add a delay to the end of your loop.


Pineapple(Posted 2006) [#2]

Try adding more commands to your loop or simply add a delay to the end of your loop.



Yuk!!! :/

WaitTimer() is the way to go if your worried about a program executing too fast, or look at James's example (windowed_game.bb) in your B+ samples folder if your using windowed mode!

Dabz


Grey Alien(Posted 2006) [#3]
Yeah I've gotta say you timing method is highly flawed. If you fix it for your computer, what about everyone elses?!