you need to know the object no's for the man, monster and wall
eg- man=1
monster=2
wall=3
so to check for a collision with the wall, you put this
if object collisiion(1,3)=1
rem - what ever goes here to make him stop
endif
the for the monster
if object collision(1,2)
rem - what ever goes here to kill the man
endif
what youve done there is put a 0 as the second object value. this will return a one if the man collides with ANY other object
hope that helps
www.zaneproductions.tk - lots of games, no Dark basic ones though (yet)!