LSL – Rotation , Vector , Float
Posted on November 16, 2008
vector cor = <0,0,1>;//tipo de dado vector para definir a cor..
rotation rotacao = <0,0,0,1>;//tipo de dado rotation
float transparencia = 1.0;//tipo de dado float
string texto = "Seu texto aqui";//tipo de dado string
default
{
state_entry()
{
llSetText(texto,cor,transparencia);
}
touch_start(integer total_number)
{
llSetLocalRot(rotacao);
}
}
Dúvidas??
Admin

January 27, 2009
[...] LSL – Rotation , Vector , Float [...]