Actor slows down on platform when accelerating down

allc1865allc1865 Member, PRO Posts: 777

I am spawning actors downward using the acceleration behavior. I have them landing on a platform and moving right. I'm using linear velocity to make them move at a certain rate. The only problem is that once they land on the platform they start moving and then slow down until they have finally come to a complete stop. Why is this?

Thanks in advance

Best Answer

  • jamie_cjamie_c ImagineLabs.rocks Posts: 5,772
    edited August 2014 Accepted Answer

    You probably need to turn drag off (make drag 0) in both the actor and the platform it is moving on.

Answers

  • allc1865allc1865 Member, PRO Posts: 777

    @jamie_c, the drag is turned 0, but I turned the density and friction to 0 on both the actor and platform and now it works great. Thank you!

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

    You're welcome.

Sign In or Register to comment.