Trace actor speed

skottskott Member Posts: 172
edited November -1 in Working with GS (Mac)
Hi,

I need to trace an actors speed. How to do that?

Skott

Comments

  • adadoadado Member Posts: 219
    Add a "Display Text" to the actor (make sure the color of the text is visible against whatever color(s) of the actor. Adjust the text size too if necessary. Then in the "Display Text" field labeled "Text" add:

    `magnitude( self.Motion.LinearVelocity.X , self.Motion.LinearVelocity.Y )`
  • skottskott Member Posts: 172
    Thanks adado,

    It works exactly as it should...
Sign In or Register to comment.