Hi, I'm writing a racing game, and until now is going very well, but now I'm stuck with collision, I made the road, and for all around the walls in road I made planes with 3ds and export as .x files and now I want to make collision to that planes so car can't go through the walls I use only dbp code:
for i = 100 to 208
if object collision (1,i)
text 10,10,"Object collision"
endif
next i
p.s. where 1 is number of car
but I have a problem because nothing happen, so please if anybody know where is the problem please help me, maybe I'm made a mistake about planes, or something but I'm stuck for a while.
Thank You in advance