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

Comments

  • TheFrogeekTheFrogeek Member Posts: 97
    Don't use gravity.
  • davidsalomondavidsalomon Member Posts: 136
    Don't use gravity.
    But how would I let my hero to actually fall into the moving platforms?
  • mrpacogpmrpacogp Member Posts: 400
    Your next platform is too long, use higher values of jump or move it near your main actor.
  • davidsalomondavidsalomon Member Posts: 136
    Your next platform is too long, use higher values of jump or move it near your main actor.
    I already changed that, but Independently about that, they will continue falling and I don't want that.
    @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.
  • mrpacogpmrpacogp Member Posts: 400
    I dont understood sorry, i have a poor level of english.
    Check if u use interpolate behaviors for platforms movement.
    Gravity values?
    Collide system?
Sign In or Register to comment.