G-Day I had/have soooo many problems with collision as well like many others i guess i supose the problems so old no-one can be arsed to help any more, anyway heres what i bodged together, its not as good as sliding collision but its prety simple to understand and does the job
(see the source button underneith)
player represents your player object number, just replace player with your player object number in your case object 999 i think
to check if object collides with any other object just use the code:
if object collision(player,0)>0
print "object collided!!!"
endif
just stick that puppy in your loop somewhere and i think it should help, im a bit of a noob me-self so if anything dont work......
hope that helps