Agência Ênfase » Blog » Blog, Second Life » LSL – Rotation , Vector , Float

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

1 Response

  1. [...] LSL – Rotation , Vector , Float [...]


Leave a Reply