Top Free Scripts
Script ID : 3
Audience : Default
Version 1.00.03
Published Date: 2006/10/12 15:43:15
Reads : 21309
Colors

This is a real simple, yet cool script. I've listed two versions below. The first will change colors in a single prim and the other is for multiple prims that are linked together.


Single Prim

default 
{
    
state_entry() 
    {
        
llSetTimerEvent(2.0); // every 2 seconds
    
}

    
timer() 
    {
        
llSetColor(<llFrand(1.0),llFrand(1.0),llFrand(1.0)>, ALL_SIDES);
    }
}


Multiple Prim
default 
{
    
state_entry() 
    {
        
llSetTimerEvent(2.0); // every 2 seconds
    
}

    
timer() 
    {
        
llSetLinkColor(LINK_SET, <llFrand(1.0),llFrand(1.0),llFrand(1.0)>, ALL_SIDES);
    }
}

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

Site Info
Total Hits