|
Shayna Korobase
Registered User
Join date: 8 May 2007
Posts: 454
|
12-28-2007 11:24
I want to know if there is such a thing as a Sound Clip HUD script? I have a bunch of sounds that I like to use in game and queing them all up is a pain in the rear to say the least. If there is a script that would create a HUD with the sound clips easily clickable it would make things much easier.
Thanks.
|
|
Mrc Homewood
Mentor of Randomness
Join date: 24 Feb 2007
Posts: 779
|
12-28-2007 11:37
what i do is have a main prim that has all the sounds in them, have them all preload every 10 seconds and when i touch a button on my hud it will send a message like "sound name" the main prim will listen for that sound name and once it hears it, it will play the sound
look up llMessageLinked in wiki
wiki.secondlife.com
|