Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Possible to move linked objects separately?

Div Epoch
Registered User
Join date: 7 Jun 2003
Posts: 12
06-21-2005 16:05
Is there any way to move linked objects (ie. using a llSetPos() type method) WITHOUT breaking the links of an object? I know that llSetLocalRot() will do the rotations...but is there any way to set the position of a linked prim? I'm getting the feeling that this isn't possible...but if anyone can figure out a way, I'm all ears.
_____________________
-- Options are your best friend! --
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
06-21-2005 16:11
In a linked set, llSetPos functions in a local frame from the parent prim.

So basically, all you need to do is use llSetPos and different values for this.
_____________________
---
Div Epoch
Registered User
Join date: 7 Jun 2003
Posts: 12
Solved - stupidly simple
06-21-2005 16:12
Fixed it, was using llGetPos for my base rather than llGetLocalPos. Guess my brain is fried today LOL.
_____________________
-- Options are your best friend! --