moving platform issue :( help please.

I need some wisdom. im trying to make a platform move from left to right and i have that part working correctly the only problem i have is when my main actor jumps on the moving platform it starts to sink slowly? not only that the platform does not carry my actor i still have to run to keep up with the moving platform? any idea on how i can polish this up and make it look more tasteful? thank you :)

Comments

  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    edited December 2012
    You need to use a "constrain attribute" on the "Y" position of the platform, that will keep it at the same height no matter what. And try messing with the "drag" or possibly "density" attribute under "physics" to see if that helps with keeping the actor on the platform when it's moving.
  • joaosjcjoaosjc Member Posts: 19

    I had the same issue. But, I can't constrain y position because my ground y position is random. Also, messing with density and drag hasn't solved the problem. Any Ideas?

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    This might help:

Sign In or Register to comment.