PDA

View Full Version : Release "vehicle" property


bye-cycle
11-23-2008, 08:41 PM
I am working on a project that has a helicopter fly to the rescue of two scuba divers in an ocean. I have attached two life preservers (torus rings) to the helicopter using the "vehicle" property in the torus object. I have the diver raise his left arm and I send the torus ring to him. The problem is when the helicopter fly’s to the other diver the first torus ring follows. I don't see anything that allows me to change the assignment of the torus ring to another "vehicle". Any help with this would be greatly appreciated.
Thanks in advance.

Ch0pStickS
11-23-2008, 09:03 PM
find the property for the object you want to un-vehicle, then drag the vehicle property onto the code section, like you would a method. Then choose false.

bye-cycle
11-23-2008, 10:14 PM
find the property for the object you want to un-vehicle, then drag the vehicle property onto the code section, like you would a method. Then choose false.

That worked perfect, although False was not one of the options, I was able to reassign from helicopter to scuba diver and all is well once again.
Thanks for the quick responce.