retrogamer4ever Posted August 4, 2013 Share Posted August 4, 2013 So I created a tile map via tiled very simple, just some boxes... Then I loaded it up the usual way... then I did setCollisionRange so things wouldn't be able to go through the tiles... So far, so good. Then created two sprite objects and when they individually touch the tiles they are unable to go through the tile which is exactly what I want! But if I have those two sprites move each other they can then push through the tile. Which I find very odd. It's as if when two sprites are touching then collision on the tilemap is just being ignored and let's them go through. In the update all I am doing is checking for collision between the two sprites and just incrementing each sprites velocity every time keys are pressed. and my tile map is set to just collide with everything. Maybe I am just doing something silly... Any ideas? Link to comment Share on other sites More sharing options...
MaRisaCodes Posted June 21, 2014 Share Posted June 21, 2014 Did you find a solution to this? I'm having the same problem. Link to comment Share on other sites More sharing options...
Recommended Posts