Maintaining a minimum velocity
I want my ball which collides with ots of stuff to maintain a minimum velocity of atleast 50.
But i cant get a magnitude option while creating a rule.
Any1 knows how to do it.
I also have negative X velocity going in the game
But i cant get a magnitude option while creating a rule.
Any1 knows how to do it.
I also have negative X velocity going in the game
Best Answer
-
jckmcgraw Posts: 647
@sandeep410
Rule: if self.motion.linear.x or y is < 50, accelerate to the amount you want in the direction he is going.