Page 1 of 1

playmusic

PostPosted: Tue Sep 29, 2009 2:28 am
by j2graves
what's the difference between playmusic and playmusic2, and why does infinite loop only work with playmusic2?

Re: playmusic

PostPosted: Tue Sep 29, 2009 12:25 pm
by makslane
PlayMusic only exists for compatibility with the firsts Game Editor games.

Re: playmusic

PostPosted: Tue Sep 29, 2009 10:32 pm
by Rux
Ive never been able to make it loop music infinitely, I try to type 0, but it always gives me an error.

Re: playmusic

PostPosted: Wed Sep 30, 2009 3:41 am
by j2graves
what you need to do to make it loop infinitely:

in the event you've set, open script editor

open variables/functions

select playMusic2 (note the "2")
then you can type "0" and it will loop infinitely with no error.

Re: playmusic

PostPosted: Thu Oct 01, 2009 7:19 pm
by Rux
Ok thanks!