hmmm....that doesnt seem to be working....cant figure out why tho.....it should work.....here is what i have done
make object box 25,2,2,100
set object collision on 25
set object collision to boxes 25
position object 25,0,0,200
texture object 25,300
lock object on 25
`hide object 25
DO
if object collision(25,0)>0
show object 23
hide object 22
collide$="colliding"
endif
if object collision(25,0)=0
show object 22
hide object 23
collide$="not colliding"
endif
i am locking the long thin box to the center of my screen and setting it way out in front of me and its not colliding with any thing.....even if i get right up on top of any thing....
i have all the other objest set to boxes and i have turned on object collision on all objects.....