Game Development Community

//

by Ryan Clifton · in Torque Game Builder · 12/28/2005 (6:01 pm) · 3 replies

//

About the author

Recent Threads

  • //
  • //
  • //
  • //
  • //

  • #1
    12/28/2005 (6:18 pm)
    Try %obj.setLinearVelocityPolar( %angle, speed );
    #2
    12/28/2005 (6:22 pm)
    Thanks
    #3
    12/29/2005 (7:51 am)
    If you want to always move in the direction you're facing then you could also look at the commands "setForwardMovementOnly()" and "setForwardSpeed()".

    These are a little more advanced and can be confusing if you're just starting but they can be very useful for projectiles and anything that needs to move in a "facing" direction.

    - Melv.