I think I actually want to write my own, simple collision detection system. But, while I understand the basic concept of it, like what the game should do to fix a collision, what I don't know about is how I would make the bounding boxes, and then check if they're intersecting with any other ones in Lite-C. Can anyone give me a few hints? tongue Thanks.