|
Trevor Scarpulla
Registered User
Join date: 4 Nov 2007
Posts: 6
|
11-16-2007 06:07
I am just wondering is there away to make rotating multiple obejects of one linked piece, say when drivingan automobile have the wheels seperate from the car but still be liinked or a simple hamster wheel cage and link it to a platform? Just wonderinging.
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
11-16-2007 07:03
yes, using llSetRot, llSetLocalRot, llSetPrimitiveParams, llSetLinkPrimitiveParams, and llTargetOmega...
see also on jira SVC-93
if it's a single prim spinning, it's easy, just apply one of the above, if it's more than one prim spinning, you'll need to call each prim from a separate script IF you want simultaneous movement
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Trevor Scarpulla
Registered User
Join date: 4 Nov 2007
Posts: 6
|
11-16-2007 07:09
It is multiple objects, I am still new to scripting, so have to figure things out slowly. What would the total thing look like, I am using target omega right now. How would I add in "llSetLinkedPrimi..." again am still a newb...heh. Thanx
|