Creating a Top Down game using mouse click path finding to move.
I built a Wall of Solid objects.
Created a spot were I placed a Gate (Solid Object).
When you click the gate it opens (Move 5 pixels at angle 90. Wait 3 seconds. Move 5 pixels Again ect... until its out of the way)
So the gate gets to the point where it is completely out of my way.
However i can't move through the opening (its big enough).
Not sure what is going on here. Is the collision region not moving with the object and staying behind?