Game Development Community

Scripting Acceleration

by Mike Kuklinski · in Torque Game Engine · 04/02/2004 (1:33 am) · 2 replies

Ok, say, I have an object, not moving. How would I gradually accelerate it to a certain speed, in a given direction, in script?

#1
04/02/2004 (7:52 am)
Apply a constant acceleration?

I don't know if there are methods to do that. You could add them.
#2
04/02/2004 (10:49 am)
Hmm. like, using a schedule?