Flashlight

Ideal für Disco´s etc.

/// Flashlight
default { 
state_entry() { 
llSetTimerEvent( 1.0 ); 
llSetPrimitiveParams([PRIM_POINT_LIGHT,TRUE, 
<1.0,1.0,1.0>, 1.0, 10.0, 0.00 ]); 
// color, intensity, radius, fall-off 
} 
 
timer() { state blink_off; } 
} 
 
state blink_off { 
state_entry() { 
llSetTimerEvent( 1.0 ); 
llSetPrimitiveParams([PRIM_POINT_LIGHT, TRUE, 
<0.0,1.0,0.0>, 1.0, 10.0, 0.00 ]); 
// color, intensity, radius, fall-off 
} 
 
timer() { state default; } 
}
Navigation

Alternative Startseite
Helpdesk
Links
Maps
Radio
Suchmaschine


Drucken/exportieren