Autoframeskip

BlitzMax Forums/BlitzMax Beginners Area/Autoframeskip

Josepho(Posted 2007) [#1]
Has the blitzmax autoframeskip or i have to do it by myself?

If i have to doit, do you know which is the best way for doing it?

Thank you!


tonyg(Posted 2007) [#2]
What do you mean by 'autoframeskip'?


GfK(Posted 2007) [#3]
I think he means tweening/timing methods.


tonyg(Posted 2007) [#4]
Ahh,, search on tween or delta or delta time or delta timing or timing and you'll get the most comprehensive debates without any answers you could hope for.
The answers are :
No, unless you use createtimer/waittimer.
Yes, you have to do it yourself.
Depends on whether its fast-paced, logic intensive, graphics intensive etc.
Here's my code for a .bb tutorial but there's more functional code on the system.


Josepho(Posted 2007) [#5]
okay thank you


H&K(Posted 2007) [#6]
I know its a personal opinion thing, but I go for Timers posting Events, WaitEvent catching, and then tween draw/normal draw deppending on if the event was late or not.