Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Scripting help...

Jheryn Wallaby
Registered User
Join date: 7 Mar 2005
Posts: 1
04-21-2005 10:15
Hi, I am trying to make a dance ball, i wanted to know if there was a way to create a button that if clicked would make it so you stopped dancing.

I've seen some other scripts do it...
Synergy Belvedere
Prim Reaper
Join date: 7 Jul 2004
Posts: 253
04-21-2005 13:41
If you clicked a dance ball to start dancing, you probably used llStartAnimation("animation_name";); to get the person to dance.

The stop button simply uses llStopAnimation("Animation_name";); to get them to stop.

That's probably oversimplified but I've used it on some pose balls and it works the same.