apply max speed in only X direction?
scitunes
Member, Sous Chef Posts: 4,047
Is it possible to apply max speed to only the X direction and allow Y velocity to be unconstrained?
Comments
When self.LinearX > someValue
self.LinearX = someValue
I would try that first
Joe