Blitz3D Tutorials Part 2 By Ray Diaz

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

simonh(Posted 2004) [#1]
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)


sigi(Posted 2004) [#2]
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.


Gnasher(Posted 2004) [#3]
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


Radius65(Posted 2004) [#4]
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.


Gnasher(Posted 2004) [#5]
thanx radius :) im just reading the delta time one on blitzcoder gone try to use it with the tuts here :D

cheers
gnasher


Clyde(Posted 2004) [#6]
Nice one dude :)