can the torque engine control two objects at same time??
by luo8080 · in Game Design and Creative Issues · 05/25/2010 (2:20 pm) · 2 replies
I am a student, working on a project about game designing. I am wondering if I can control two objects at the same time. For example, I have a character, and I am trying to push the car by the character. We have a character pushing the car, but her legs are not moving. At that time, I can control the car.If you reply ASAP, I would be most grateful. Thanks.
#2
when the character attaches to the car,the control object switch to the vehicle. then i can control its motion, but can not control the character's motion.
i am thinking maybe it is because i used the mounting, not colliding.
can you give me more instructions of how to do it.
thank you
05/26/2010 (7:07 am)
thanks Daniel.when the character attaches to the car,the control object switch to the vehicle. then i can control its motion, but can not control the character's motion.
i am thinking maybe it is because i used the mounting, not colliding.
can you give me more instructions of how to do it.
thank you
Torque 3D Owner Daniel Balmert
Default Studio Name
For example, you could simply have your character switch on a constant forward force to a car if you collide with back bumper, or a constant backward force if you collide with the front. When you stop colliding with the car, turn of the constant forces.