Hi,
I had a search of the forums and couldn't seem to find anything on this... How do I check multiple collisions, without writing them all out? I mean, I've created 5,000 tree's in a 3d world. How can I stop the player running through these?
Without writing
if object collision(1,2) then.........
if object collision(1,3) then.........
if object collision(1,4) then.........
if object collision(1,5) then.........
if object collision(1,6) then.........
.....
....
...
..
.
Thanks for the help in advance
If first of all you don't succeed, it's probably not worth doing.