Scripts color for you.
-
http://maps.secondlife.com/secondlife/Cookie/137/101/22
The Kits are identified by floating text when you get close to them. Click on a box and it will offer to deliver its contents to you.
-
Coloring you can do with a script
-
Color scripted objects
in the Content Creator Kit
- Pink: Particle toy with colored blobs. Change the colors,
- Yellow: Color tester. You change color setting, see effect on the sides
- Colliver Twist: Script changes color on each side
- Multimondrians
- Script Modding 101: Use scripts without knowing how
- Scripting. Meet LSL, object oriented, event driven and other concepts
http://maps.secondlife.com/secondlife/Cookie/137/101/22
The Kits are identified by floating text when you get close to them. Click on a box and it will offer to deliver its contents to you.
-
Specialized kits to deliver
stuff you might want
========================================Coloring you can do with a script
- Color an object
- Color a single side of an object
- Color floating text
- Color particles
- Change colors with a timer
- Change colors on click or other event
- Select new colors at random
- And lots more.
Your palette
The numbers you use to specify colors in a script are superficially different from the numbers you use in setting colors in the Texture Window.
Coloring inside the lines
-
You still set Red, Green, Blue (RGB). The numbers range for 0.0 (off) to 1.0 (full intensity). The form you use looks like this:
The numbers you use to specify colors in a script are superficially different from the numbers you use in setting colors in the Texture Window.
Coloring inside the lines
-
You still set Red, Green, Blue (RGB). The numbers range for 0.0 (off) to 1.0 (full intensity). The form you use looks like this:
<1.0,1.0,1.0>
-
-
This sets all colors to full intensity, producing white. Notice that the numbers have a decimal point. You know it is not needed, but the compiler expects it. It is not wise to confuse your compiler. Note also that the numbers are separated by commas. You will want to remember these things when you get an error message.
------------------------------------
*****
If you need to convert between the number system used in scripts and the system used in the texture window:
-
Script numbers to texture window numbers:
Multiply script numbers by 255 and round
-
Texture window numbers to script numbers
Divide texture window numbers by 255.
*****
- What do we do in Virtual Worlds?
- Search on page with Google Chrome: Ctrl+f, search bar upper right
- Google search this blog, column on right
- or put site:virtualoutworlding.blogspot.com at the end of the search terms
- Annotated screen shots made with Jing
- Creative Commons License, attribution only.
- Second Life, Linden, SLurl, and SL are trademarks of Linden Research Inc.
- This blog is not affiliated with Second Life or anything else.
- Ads are from Google
-
- Drop by my place in Second life
- Location Link. Click to go or drag to the viewer screen:
- http://maps.secondlife.com/secondlife/Cookie/136/100/22
- Feel free to send me an IM, notecard, or friend request.
- Thinkerer Melville/Selby Evans
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.