Adjusting actor speed in "Self.MaxSpeed?"
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
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.