Adjusting actor speed in "Self.MaxSpeed?"

AlanoAlano Member, PRO Posts: 70

Hey all,

I'm trying to learn from that Official Control Template. It's the joystick template. In the moving actor is a note saying you can adjust the speed by "setting the Self Attribute...MaxSpeed." Below is what I see. Question is, what am I adjusting? Do I literally need to type in a number in place of "MaxSpeed?"

self.MaxSpeed * game.Distance From Center 1 / game.Base 1 Radius

Thank you!
Alan

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Max speed is a self attribute in an actor. You need to enable max speed in the check box and then you can change that self variable to anything you want, even at runtime.

Sign In or Register to comment.