How to make my actor jump into moving platforms
Hello everyone,
I'm having trouble making my actor jump into the incoming platforms, I'm trying to make a simple jump & run game.
Here's what's going on: https://www.dropbox.com/s/nzra4gxivfqqp4j/actorfalls.mov
I'm having trouble making my actor jump into the incoming platforms, I'm trying to make a simple jump & run game.
Here's what's going on: https://www.dropbox.com/s/nzra4gxivfqqp4j/actorfalls.mov
Comments
@kyukon helped me out and I changed my hero's density to 0 and all the platforms to 9,999 and it's almost working perfect, the problem is that they all move like 1 or 2 px downwards but continue going left and don't fall.
Check if u use interpolate behaviors for platforms movement.
Gravity values?
Collide system?