Game Development Community

Vehicle MoveMap

by AIDan · in Torque Game Engine · 02/24/2002 (5:45 am) · 3 replies

Hi

Is there a special MoveMap for vehicles??
I did not find any special MoveMap for vehicles, which make it impossible to modify the controls for each vehicle.

greetings
Daniel

#1
02/24/2002 (6:07 am)
I have started to rewrite the binding scripts.

What is the difference?
GlobalActionMap.bind();
GlobalActionMap.bindCmd();

greetings
Daniel
#2
02/24/2002 (11:48 am)
You would use bindCmd if you had different functions/actions for depressing and releasing buttons (instead of only one action for both states in bind()).
The syntax for bindCmd() is:
moveMap.bindCmd(device, inputName, downScript, upScript);
#3
02/24/2002 (12:47 pm)
oooo, thats handy knowledge... i like moment switches better than toggle ones
ryan