removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
// :CATEGORY:Windows
// :NAME:Windows_and_controller
// :AUTHOR:Emmas Seetan
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:39:09
// :ID:983
// :NUM:1405
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Window
//
// Put this in the windows;
// :CODE:
// script that changes opacity of object based on external messages
integer gChannel = 5; // communication channel on which we listen for opacity change commands
integer gLastListen; // id of last listen command
default
{
state_entry()
{
gLastListen = llListen(gChannel, "", "", "0");
}

View File

@@ -0,0 +1,35 @@
// :CATEGORY:Windows
// :NAME:Windows_and_controller
// :AUTHOR:Emmas Seetan
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:39:09
// :ID:983
// :NUM:1406
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Window Switch
//
// Put this in a switch;
// :CODE:
// script for a switch that controls window opacity
integer gOpacityLevel = 0; // current opacity level of windows
integer gChannel = 5; // channel that controls which windows respond to this switch
default
{
state_entry()
{
}

View File

@@ -0,0 +1,13 @@
// :CATEGORY:Windows
// :NAME:Windows_and_controller
// :AUTHOR:Emmas Seetan
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:39:09
// :ID:983
// :NUM:1407
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// How to work it
// :CODE:
When you've put all the window opacity scripts in and done the switch, just click the switch to cycle through transparent and opaque.

View File

@@ -0,0 +1,10 @@
<Project name="Windows_and_controller" guid="D7D5C871-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D7D5C960-6C00-1014-B904-200204C60A89">
<Script name="Windows_and_controller_1.lsl" guid="D7D5F091-6C00-1014-B904-200204C60A89">
</Script>
<Script name="Windows_and_controller_2.lsl" guid="D7D6056B-6C00-1014-B904-200204C60A89">
</Script>
<Script name="Windows_and_controller_3.lsl" guid="D7D61D9E-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>