Quote:
Originally Posted by higstone
Hi,
I am trying to move 3 objects simultaneously via the user input, I can do it with 1 object successfully, but I need 3 objects to follow the same command with only 1 input box being used.
Any ideas/methods of doing this?
Thank you
|
Look at the vehicle property.
Set objects 2 and 3's vehicle to object 1 and have your user move object 1, the other two will follow. Note that you can change the vehicle property in your movie by dragging it into the code window.
Mark