LSL Wiki Mirror 7-7-7 : llLoopSound

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
llLoopSound(string sound, float volume)

Loops sound indefinitely. sound is a UUID of a sound file, or the name of a sound file if the sound file is in task's inventory. volume is a float between 0 and 1 which defines the volume to play the sound at. If volume is > 1, it is set to 1.

llLoopSound can be stopped using llStopSound(). The volume of sounds started with llLoopSound or llPlaySound can be adjusted using llAdjustSoundVolume.

Compare with llLoopSoundSlave.


Functions | Sound
There is one comment on this page. [Display comments/form]