Collision problem in slide game

I have a slide game where the Player uses the green boxes at the side to move in 4 directions. The player can only move again after its hit a wall/stopped.
[I fixed collision problems i was having when colliding head on (sinking into each other slightly) which was important as its grid based.]

I now have a problem where if there are two "walls" together and the player slides against the right one, it wont move left (as it thinks its colliding i guess).

Also passing a wall makes the player think its collided, so the player can change direction when they should carry on traveling the same way.

(bonus, how can i make an "island", where if the player slides onto that grid space/ actor it stops and movement is reset.

Thanks, Jordan

Comments

Sign In or Register to comment.