Jump to content

WarriorRaj

Resident
  • Posts

    1
  • Joined

  • Last visited

Everything posted by WarriorRaj

  1. Hello! Just working on playing two sound file in a loop. There is some blank period when i play the sound in loop i.e. after second sound is over there is blank for few second before first sound file play again, pls. guide me how to slove it. default{state_entry(){llPreloadSound("SoundName1")//This loads the sounds into all in range viewers and cuts delay between sounds.llPreloadSound("SoundName2")//All sound parameters can be the name of a sound in the prim's inventory or a UUID of a sound"); llSetTimerEvent }timer(){llSetSoundQueueing(TRUE)//Set to TRUE for queueing and SoundName2 plays after the SoundName1 has ended.//Set to FALSE only the second will be played since the prim has only one sound emmiter and the second was called last.//Can be set anywhere withing the script (if within an event it will activate when the event is triggered.llPlaySound("SoundName1"1.0)llPlaySound("SoundName2"1.0)}}
×
×
  • Create New...