What I'm tying to do is build a wall in 2.5 D
I have the character controlled by 8 direction, and I set the collision box to only the base of the wall. See the image below...
In Red: What is happening right now (character is on top of the wall image)
In Green: What I want to happen (character is behind the wall image)
In Black: Wall
In Blue: Wall Base (the collision part)
<img src="http://renegew.com/wall.png" border="0" />
How do I fix this?