Collisions with moving objects?

Blitz3D Forums/Blitz3D Programming/Collisions with moving objects?

Cubed Inc.(Posted 2012) [#1]
how would collisions with other moving objects ( platforms , enemies) be achieved in blitz3d?

Please reply. This is very important for me to know.


Yasha(Posted 2012) [#2]
Try this out for size: http://blitzbasic.com/codearcs/codearcs.php?code=898

Works well. It's by Si, so it has to be good!

There's also this: http://blitzbasic.com/codearcs/codearcs.php?code=470

I haven't tried this one.

If you want anything more complex than Si's example can handle (i.e. more than platforms moving about while characters do normal collision) you should give serous thought to a physics engine.


PowerPC603(Posted 2012) [#3]
EDIT.

Last edited 2012