~~ Welcome to the Pantera Polnocy's Gadgets store ~~
It's just a basic dance machine script - place it inside a prim with your own animations, click on this prim and you'll get a list of dances. Click on the button and you will start dance. I've used a base of this assembled engine from the script, which I've found at "Free SL Scripts", please look here:
http://www.freeslscripts.gendersquare.org/index.php?view=article&id=111
// Just add this script into a prim with up to 11 dances and touch the prim to start the dialog menu
// Retrieved from from Free SL Scripts on http://www.freeSLscripts.com or www.gendersquare.org/sl
// Author: unknown
However, this original version offers only 11 dances and a STOP button. I've tweaked, optimized and rewritten its source in ~75%, using functions like...
http://wiki.secondlife.com/wiki/Stristr
http://wiki.secondlife.com/wiki/Like
... and adding support for multiple pages. Now you may put as many dance animations in the prim as you want to, page count will automatically extend! Just look at the screens. You may even attach your object with dances and this script to your HUD - instead of placing it on the ground for public use - and use it only personally.
Open source and free in parts modified by me, that's for sure. Do whatever you want with it, but don't remove any existing credits from comments. Also, have fun and try to learn some LSL scripting, it's not that hard as it looks.
You'll get a notecard, just save it as a script.
Dances are not included, obviously. It's only code.
Like it? Leave a review! ^^
---
// Original script retrieved from from Free SL Scripts on http://www.freeSLscripts.com or www.gendersquare.org/sl
// Author: unknown
// http://www.freeslscripts.gendersquare.org/index.php?view=article&id=111
// ---
// Heavy optimization, comments and additional advanced multi-page functionality added by PanteraPolnocy Resident.
// My work or ideas here are open source. One condition: just have fun.
// secondlife:///app/agent/5e9cbbb8-1aef-4692-bfc4-a53f8c8fcbc9/about
// ---
// Used functions from LSL library: "Stristr" by Ugleh Ulrik and "Like" by Very Keynes.
// http://wiki.secondlife.com/wiki/Stristr
// http://wiki.secondlife.com/wiki/Like
// ---
// Please leave above notices as-they-are.
- Basic dance machine script. Drag into prim, add dances and voila.
- Multiple pages support - pagination.
- Base: http://www.freeslscripts.gendersquare.org/index.php?view=article&id=111
- Attach to your HUD or place on the ground for public use - will work well.
Help
I did everything on many searches i made to make it work but in the didn' work can please make a tutorial on how to make it work?
And i receive a warning error saying llDialog must supply a message or can someone came to my place and help me?
Great script
This works great. I replaced a free script i already had because this one list the dances (something the old one didn't do).
Easy to install, easy to use... can only be 5 stars :)
Great for the rest of us
Great job on reworking and adding to the script. I had found the original source code and was going to attempt to build upon it myself but then I found yours and it's perfect. Thank you so much.
I finally have my own dance ball for my home without paying up the butt just to animate my avi with dances I already have.
The only thing I'd like to mod is organizing the dances into separate menu pages so I can organize them by type. I have literally hundreds f dance animations, so a linear list is kind of problematic. Does anyone have any idea how to go about modding the menu?
I had to correct it to have it working
there was a bug: the first dance loaded (in alphabetical order) was not shown and I had a message error when trying to switch to next page; I had to check the script and actually found that on line 127 there was a command spelled ++i that I changed into i++ which solved the issue (I don't think this script part was written by the creator but testing would have been OK)
Easy to use
I love having all my favorite dances readily available at home now.... it was easy to load into a prim. Great script, thanks!
Thank you!
Well, 5 stars for that! I had many dance animations in my inventory and wanted to make my own dance machine but I had only a script for 11 dances. This is free and multi page script, easy to use. Thank you for sharing it, I love it!