Blitz3D Tutorials Part 2 By Ray Diaz

Blitz3D Forums/Blitz3D Tutorials/Blitz3D Tutorials Part 2 By Ray Diaz

These tutorials follow on from the first set which you can find here.

The tutorials are provided in Word format.

Download tutorials. (708KB)

Download source code and media. (4.57MB)

Cool Tut, but there is no Frame limiting Code in the
Examples. It works to fast on my PC. Ok, i could implement
it myself, but for a beginner it should be inbuild.
Anyway, thank`s for the Tut.

hi i have followed your examples and it have given me great insight how to work with bb3d ,, as a newbee i have no clue how to add a frame limiter would be cool to see how you would applay it to my code :)

cheers
thanx for a great tut

gnasher

Gnasher,
This is a post by Dreamore:

"how about:

FrameTime = CreateTimer(60)

;mainloop

while keyhit(1)=0

WaitTimer(FrameTime)
wend

shorter and simpler.
In the end both are bad, as they block the whole mainloop
Using timebased movement is far better."
Cheers.

thanx radius :) im just reading the delta time one on blitzcoder gone try to use it with the tuts here :D

cheers
gnasher

Nice one dude :)