Top Free Scripts
Script ID : 15
Audience : Default
Version 1.00
Published Date: 2008/4/1 8:13:38
Reads : 7329
Colors

Floating text that changes colors randomly.

string text "Here is my Floating Text!";

default 
{
    
state_entry() 
    {
        
llSetTimerEvent(2.0); // every 2 seconds
        
llSetText(text, <1,1,1>, 1.0);
    }

    
timer() 
    {
        
vector newcolor = <llFrand(1.0),llFrand(1.0),llFrand(1.0)>;
        
llSetText(textnewcolor1.0);
    }
}

0
|  Links 
Printer Friendly Page Send this Script to a Friend
Search for Help
New Product
Free Item
Sponsor

Site Info
Total Hits