Quote:
Originally Posted by Driverman
Alright so adding music that loops indefinitely is really no big deal. It's easy. However, how about if I have a song that has an intro section and then the part that I want to loop is only the later part of the song? Like...
|----INTRO----|---------------------------LOOP----------------------------|
Is there some easy way to handle this?
|
It all depends on the sound engine you are using; but regardless the idea would typically go something like this:
Break up the song into two separate sound files. After the first one plays and completes, stop it and trigger the second sound file (with repeat set to yes).