High FPS Loops
BlitzPlus Forums/BlitzPlus Beginners Area/High FPS Loops
| ||
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. |
| ||
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 |
| ||
Yeah I've gotta say you timing method is highly flawed. If you fix it for your computer, what about everyone elses?! |