Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Script for Opening a Window and Tinting It

Jaak Dagger
Registered User
Join date: 9 Mar 2007
Posts: 1
06-14-2007 16:33
Searched around and haven't been able to find an answer. Very new to scripting, and I'm trying to get some insight into how to add a touch-based script to a prim that allows me to either move the prim (i.e. open a window) or change it's texture. I assume a menu of sorts is in order...

Can anyone jar me into how to think about making such a script?

Thanks
Gregory McLeod
Registered User
Join date: 21 Oct 2006
Posts: 278
06-15-2007 03:33
I think you want to embed a script in the window which responds to touch, see touch_start in the LSL Wiki. It could request from the user what action to take using the llDialog function and when responded to act on it. Use llSetAlpha to reduce the transparency of the window for example.
whyroc Slade
Sculpted and Blended
Join date: 23 Feb 2007
Posts: 315
06-15-2007 03:53
this web page has helped me with alot of stuff... from ArianeB

http://virtualunderworld.net/arianeb//secondlife.htm

many very useful scripts here with good explanations how to use them..

-why