There's a line in the pose ball script where I need to specify the animation I want to play when the pose ball is activated:
string ANIMATION = ""
I put the name of an animation I have in my inventory, but when I add the script to the pose ball object content, I get an error indicating that there is no animation or pose.
For example:
string ANIMATION = "Dance Loop 1";
Dance Loop 1 is in my inventory in my Animations folder.
I'm understand programming, but I'm a noob at SL.
Any insight is welcome.