Game Development Community

Acceleration.....

by Ryan McKenzie · in Torque Game Builder · 01/23/2007 (12:14 pm) · 2 replies

I have taken note and studied the script coding for the carPhysics minitutorial at TDN. I am making a similar game, but I am wanting to create 3 variables to create an acceleration. These variables would be:

1)A minimum speed
2)A maximum speed...
3)The time taken to reach from, minimum speed, to, maximum speed.

The deceleration will work in the same but opposite way. Except the car will very gently slow down, so therefor, there would be a very long time interval between maximum to minimum.

Could anyone help me in the subject on how to achieve this? The carPhysics tutorial has a very diffrent approach to accelaration.

#2
01/27/2007 (12:17 pm)
Haha :)) yeh....I made another one in the scripting forum and thought maybe they could help me there.