Page 1 of 1

Music problems

PostPosted: Wed May 12, 2010 4:01 am
by GuybrushThreepwood
I've got a couple of questions. 1. How do you make a song/sound loop infinitely? and 2. Can you make a song play immediately after the previous song finished?

Re: Music problems

PostPosted: Wed May 12, 2010 11:27 am
by Hblade
In the future, please post these kind of questions in support :D

Also, to have music loop infinitly, go to script editor, and click the fucntions, then click PlayMusic, then make the loop 1. Now it'll show up as code, in the code, you'll see the "1" in the line of code. Change the 1 to 0.

Now it loops infinitly :D

Re: Music problems

PostPosted: Wed May 12, 2010 2:54 pm
by Hblade
I'll point it out :o

PlayMusic2("file here", 1.000000, 1, HIGH_PRIORITY_MUSIC);