Collision doesn't totally work

Blitz3D Forums/Blitz3D Beginners Area/Collision doesn't totally work

alcitos(Posted 2005) [#1]
Hi, I'm learning Blitz3D and using some of the tutorials and sample items to do it. One thing I can't get to work is that when my "dude" player runs into the castle, he'll just go through it instead of being stopped. I've set collisions, but it doesn't work for on the castle for some reason. can suggestions? thanks




jfk EO-11110(Posted 2005) [#2]
Use
Collisions PLAYER,CASTILLO,2,2
instead of
Collisions PLAYER,PROPS,2,2

(what is PROPS anyway?)

and maybe you better do Gravity prior Updateworld()


Beaker(Posted 2005) [#3]
Please try and use the codebox tags for long code snippets.