|
Lissy Smythe
Registered User
Join date: 9 Jan 2008
Posts: 15
|
04-05-2008 23:39
Hi everyone. I'm looking for a texture script that will allow me to touch the object and the texture will change to the next one. Hope that makes sense, it's late and I've been searching all over SL and haven't found what I need.
For whatever reason, I can't search here on the forums, so if it's already been asked by someone else, I apologize.
Anyway, if someone could point me in the right direction on where to purchase one, it would be greatly appreciated. I should also mention that I would need full permission on it, as what I need it for will need to be able to transfer to the next person.
IM me inworld, send me a notecard, respond here...anything is better than me spending countless hours searching for something I can't find.
|
|
Maximillian Desoto
Max's Landfall Bar & Dock
Join date: 26 Apr 2006
Posts: 323
|
04-05-2008 23:50
Ho hum, took me all of 5 seconds to find this... /54/e4/29196/1.htmldefault { state_entry() { llSetText("",<1,1,1>,0); llSetTimerEvent(0.5); } timer() { integer number = llGetInventoryNumber(INVENTORY_TEXTURE); float rand = llFrand(number); integer choice = (integer)rand; string name = llGetInventoryName(INVENTORY_TEXTURE, choice); if (name != ""  llSetTexture(name, ALL_SIDES); } on_rez (integer start_param) { llResetScript(); } } NOT MY SCRIPT!!! Was posted in the Scripting Tips Forum. Do not ask me if/how it works. Have fun. Max
|
|
Lissy Smythe
Registered User
Join date: 9 Jan 2008
Posts: 15
|
04-06-2008 00:01
Appreciate it. As I said in my first post, I was unable to search here on the forums. I can search through the first page, but after that it hangs up.
Again..thanks
|
|
Starhawk Ranger
Registered User
Join date: 8 Nov 2006
Posts: 12
|
04-06-2008 00:46
I couldn't find one either, and I *can* search. The one posted above changes textures on a timer, not when you click it.
|
|
Rhaorth Antonelli
Registered User
Join date: 15 Apr 2006
Posts: 7,425
|
04-06-2008 01:04
lissy if you are still looking for one, I can drop one on you in world when I am in again I do not know it off hand to post the code here LOL
_____________________
From: someone Morpheus Linden: But then I change avs pretty often too, so often, I look nothing like my avatar.  They are taking away the forums... it could be worse, they could be taking away the forums AND Second Life...
|