Constant speed help

SwaggedSwagged Member Posts: 50
edited November -1 in Working with GS (Mac)
if i wrap x and set an actor to run at 100 acceleration it gets faster and faster and faster by every cycle. i need it to stay at a constant 100 acceleration and not go above that. can some one help me?

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    try this

    interpolate self motion linear x to 300

    then have a rule when attirubte self motion linear x is greater then or equal to 300
    -constrain attribute self motion linear x to 300
  • EastboundEastbound Member, BASIC Posts: 1,074
    JohnPapiomitis said:
    then have a rule when attirubte self motion linear x is greater then or equal to 300
    -constrain attribute self motion linear x to 300

    Or just set a max speed of 300 and apply max speed. 1 less constrain = better performance.
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    ahh duh!

    long day for me..
  • SwaggedSwagged Member Posts: 50
    thanks guys, the max speed thing worked i tried it before but forgot to apply the max speed.
Sign In or Register to comment.