can static object be animated?!?!?1
by Anthony Rosenbaum · in Torque Game Engine · 08/31/2001 (4:23 pm) · 1 replies
I tried to do the "%vehicle.playThread(o, "door");" to open my car's door . . . it is a static object, but when I do it it says "playThread function not found" do I have to do somthing to the code or are static objects un-animatable I was just wonder still tring to learn everything
Thanks Anthony
Thanks Anthony
About the author
Torque Owner Tim Gift
Anyway, if you want to use the ShapeBase scripting functions on your object, you'll have to construct it using the StaticShape class, and not TSStatic.