top of page
//Chav's Adventures In Scripting: Looped Sound 04/09/07
string sound = "noise_1.wav";
float volume = 1.0;
default
{
state_entry()
{
llSay(0, "Touch to start sound.");
}
touch_start(integer total_number)
{
llLoopSound(sound, volume);
state running;
}
}
KOWLOON TRAVEL HUD
LIVE MOVIE TRAVEL HUD KOWLOON 090224
- Click the HUD again if the menu disappears
- Push ESC to see the movie
- Leave with >> EXIT <<-
bottom of page