Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

full bright on/off script or other?

Joseph Brinner
Registered User
Join date: 29 Dec 2008
Posts: 81
10-15-2009 09:57
I am looking for a script to automatically flash on and off,so a texture looks like its a flashing neon sign,if you have one or know where i can get it,plz IM joseph inworld.THX,Joe
Jimbo Mimulus
Registered User
Join date: 30 May 2008
Posts: 75
10-15-2009 11:15
Dropped a script on your profile. Hope it's what you're after
_____________________
WhatDoesTheLongButtonAtTheBottomOfTheKeyboardDo?
Steven Broderick
Scripter / Builder
Join date: 14 Sep 2008
Posts: 20
Script
10-15-2009 11:35
Can always try this one. Change the delay in seconds to suit.

From: someone

float delay = 2.0; //set the delay in seconds.
integer On = FALSE;

default
{
state_entry()
{
llSetTimerEvent(delay);
}
timer()
{
On = !On;
llSetPrimitiveParams([PRIM_FULLBRIGHT,ALL_SIDES,On]);
}
}
Joseph Brinner
Registered User
Join date: 29 Dec 2008
Posts: 81
10-15-2009 12:06
Jimbo,thats perfect thx,if you need and cool builds,textures or custom textures made,call me,i will do it free or super cheap