SecondLife Tutorial: Single Controller For Multiple Objects
Create a controller object with on button and an off button. Assign the on button code to the on button, the off button code to the off button and the block code to the...
lang="en-US">
Create a controller object with on button and an off button. Assign the on button code to the on button, the off button code to the off button and the block code to the...
For my summer science research project I needed to build a lego house that would interact with a controller mounted on a working elevator. In order to get the controller communicating with the blocks...
I found code from another person in the SL wiki and tweaked it to my liking. It had some issues with coming back down after the SL avatar was on top of the elevator...
Sometimes you really need an object to appear solid but you need to be able to walk through it for one reason or another. The good news is this is really easy to do,...
For objects with multiple parts in SecondLife you need to use LlSetLinkColor. What this does is goes through the object and picks up anything its linked to. This way it will change the color...