Page 1 of 1

Scrolling background messes up MaxMod

Posted: Sun Jun 08, 2014 1:41 pm
by Derrik
Using bgSetScroll does not immediately stop my music from playing, but when doing:

Code: Select all

bgSetScroll(id, 0, 0);
mmStop();
mmStart(0, MM_PLAY_LOOP);
It wont replay the song. But this works fine:

Code: Select all

mmStop();
mmStart(0, MM_PLAY_LOOP);
What is the reason for this?

Re: Scrolling background messes up MaxMod

Posted: Wed Jun 18, 2014 2:08 pm
by sverx
id is int? How you initialized it?