Push All Scripts
This commit is contained in:
@@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -0,0 +1,7 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:09 -0000
|
||||
vti_extenderversion:SR|12.0.0.6211
|
||||
vti_backlinkinfo:VX|
|
||||
vti_author:SR|alien\\fred
|
||||
vti_modifiedby:SR|alien\\fred
|
||||
vti_timecreated:TR|18 Sep 2013 20:39:09 -0000
|
||||
@@ -0,0 +1,7 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:09 -0000
|
||||
vti_extenderversion:SR|12.0.0.6211
|
||||
vti_backlinkinfo:VX|
|
||||
vti_author:SR|alien\\fred
|
||||
vti_modifiedby:SR|alien\\fred
|
||||
vti_timecreated:TR|18 Sep 2013 20:39:09 -0000
|
||||
@@ -0,0 +1,7 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:09 -0000
|
||||
vti_extenderversion:SR|12.0.0.6211
|
||||
vti_backlinkinfo:VX|
|
||||
vti_author:SR|alien\\fred
|
||||
vti_modifiedby:SR|alien\\fred
|
||||
vti_timecreated:TR|18 Sep 2013 20:39:09 -0000
|
||||
@@ -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>
|
||||
@@ -0,0 +1,6 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|17 Aug 2013 23:32:34 -0000
|
||||
vti_extenderversion:SR|12.0.0.0
|
||||
vti_cacheddtm:TX|17 Aug 2013 23:32:34 -0000
|
||||
vti_filesize:IR|493
|
||||
vti_backlinkinfo:VX|
|
||||
Reference in New Issue
Block a user