Game Development Community

Switching control

by GarageGamer · in Torque Game Engine · 09/28/2003 (7:25 pm) · 2 replies

Anybody know how to switch control between 2 objects, one being a hover vehicle(player), while the second, a static/dynamic object.

Actually, i need the turn my HoverVehicle 360 degrees with respect to a point ... so, when i turn my vehicle, a object(completely independent from HoverVehicle) MUST also move 360 degrees.

so, i was thinking that i can move both by switiching control between them or is there any other (easy) way???

thanks to u all

#1
09/29/2003 (4:57 am)
You could fake it by calling setTransform() from script, at the appropriate times...
#2
10/01/2003 (7:53 pm)
How to do it, what goes into it .. i didnt get it?

thanks