Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

pose ball

Robo Eros
Registered User
Join date: 19 Feb 2007
Posts: 13
03-09-2007 03:03
Hey hi,

actually I'm trying to make a poseball. (a very simple poseball to learn) ..So i made an animation (bvh) and uploaded it in my inventory.
Then I created a ball and create a new script for the ball. But now it's a little difficult to write the script. G“Have anybody an example which helpls me to learn it.
Ich would try to use the function:


if (perm & PERMISSION_TRIGGER_ANIMATION)
{
llStopAnimation("";);
animation=llGetInventoryName(INVENTORY_ANIMATION,0);
llStartAnimation(animation);
llSetAlpha(0.0, ALL_SIDES);
llSetText("",<0,0,0>,0.0);
}


i hope you can help me to learn it:)
Squirrel Wood
Nuteater. Beware!
Join date: 14 Jun 2006
Posts: 471
03-09-2007 04:06
Search the scripting library in this forum. There is at least one working poseball script posted there :)