Game Development Community

What creates a move forward

by DIAG · in Torque Game Engine · 11/22/2004 (12:29 pm) · 1 replies

Hello,
Quick question. Is a move forward just made up of the y of the move data being set to one, and then what ever the angle of rotation is? Is there any other data that comes into play for a simple move forward???

#1
11/22/2004 (7:08 pm)
Take a look at the MoveManager class. That controls moves, rotations, etc. Certain variables like $mvMoveForward are exposed to the script that can be used to create the move that will be sent to the server.