Collision problem in slide game
ArcticSquire
Member Posts: 14
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
Heres the game project, "play" to get to the scene I'm on about.
https://dropbox.com/sh/ut76nwws9t3ol9p/AABIxiM0Nm7LyqThMqiY_N1Ha?dl=0
http://www.mediafire.com/download/i9k36wmme5trpao/grid_game_copy.zip