Hi, it's me again. I would like to know how do I fix this problem with my platforms. As seen on this screenshot:
As I collide with the platform's X side(I call it that way), it goes like that, my character can walk and jump through it.
But when I land on it normally like this from its Y side(I call it that way)it goes fine:
My collision code is this..
for s = 142 to 144
If Sprite Collision (PlayerID, rock3(s)) = 1
falling = 0
Jumping = 0
playerY = playerY `the player's Y
playerX = playerX `the player's X-seems not working?
exit
Endif
next s
I hope I'll be saved again!
New to darkbasic