Bumper Cars

Blitz3D Forums/Blitz3D Programming/Bumper Cars

Neochrome(Posted 2003) [#1]
im writing a simple game, that if you smash into something it will have your momentum and move it in the direct you where headed it.. Like a car crash

i know i have to use TForm or something but not sure how to realy do it


Vorderman(Posted 2003) [#2]
Check in the code archives for the billiards physics program. Unless you specifically want rectangular collisions then you should be able to adapt the code quite easily.