Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Move only one prim with a script

Eva Tiramisu
Registered User
Join date: 20 Sep 2005
Posts: 176
12-20-2006 17:14
I am trying make a script rotate only one prim in a linked set, this is the parent prim. I cant seem to get it right though. Any scripting gods out there that could help me?
Thanks in advance
Peekay Semyorka
Registered User
Join date: 18 Nov 2006
Posts: 337
12-20-2006 19:18
Hi Eva,

Rotating a parent prim will always rotate the entire linked object.

To rotate just a single prim in a linkset, that prim must be a child prim.

So if possible unlink & relink the object again, choosing a different prim as the parent prim.

-peekay
Eva Tiramisu
Registered User
Join date: 20 Sep 2005
Posts: 176
12-20-2006 20:40
Ah ok. Thank you!