I have tried two different versions of sliding collisions for my .x test level in my game. So far the problem has been that the box that i'm using as my level will only be detected for collision on the outside. So basically what happens is that I load my level up and without gravity begin to walk around. I pass right through the walls, except that i can't get back inside because the collision is on the outside of the box. How do I reverse the collision so that it will detect from the inside of my level?
The scarecrow has no mind, but serves its function well.