|
Ludovico Dover
Registered User
Join date: 1 Dec 2008
Posts: 11
|
12-08-2008 08:10
Hi! I have 1 root prim button linked to a linkset of various prims. When you push the button it start rotating via llMessageLinked: in the children there are llTargetOmega scripts (see here for the script /54/8a/296214/1.html). I was wondering if I need to put the same single script in each children or there is some other way to use less code... Thank you very much for your suggestion!
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-08-2008 19:58
using target omega, you need a script in each affected prim, using other methods (like stepped rotations) you can call the commands from a script in another prim... depending on your needs, either method is workable
_____________________
| | . "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... | - 
|
|
Ludovico Dover
Registered User
Join date: 1 Dec 2008
Posts: 11
|
12-09-2008 01:55
From: Void Singer using target omega, you need a script in each affected prim, using other methods (like stepped rotations) you can call the commands from a script in another prim... depending on your needs, either method is workable Thanks Void. sorry for my question, but what do you mean when you talk about stepped rotations? How can I call a rotation in other prims (like a loop) from the root button?
|