Completely stop bouncing?

is this possible? because even when everything is set to 0 it still occurs =/ if anyone knows a trick or a way please let me know

Best Answer

  • VolontaArtsVolontaArts Posts: 510
    Accepted Answer
    do a timer for 0.3 seconds (run to completion)
    constrain self.motion.lin.vel.x to 0
    constrain self.motion.lin.vel.y to 0
    constrain self.motion.ang.vel to 0

    that should keep it stopped.

    cheers

    ANSWERED

    by Tshirtbooth in old post... thanks anyways

Answers

Sign In or Register to comment.