apply max speed in only X direction?

scitunesscitunes Member, Sous Chef Posts: 4,047
edited November -1 in Working with GS (Mac)
Is it possible to apply max speed to only the X direction and allow Y velocity to be unconstrained?

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    You might be able to clamp it with a Rule:

    When self.LinearX > someValue
    self.LinearX = someValue

    I would try that first
    Joe
  • scitunesscitunes Member, Sous Chef Posts: 4,047
    yep that works. thanks!
Sign In or Register to comment.