how to wait for BGM loop to end before playing new song

● ARCHIVED · READ-ONLY
Started by Yitzi Litt 4 posts View original ↗
  1. how do I do this?
  2. if you use pixiSound libs, it easy and simple like that's.

    PHP:
           instance.on('end', function() {
                // do you stuff
            });

    by default rmmv don't support listener on web audio
  3. Jonforum said:
    if you use pixiSound libs, it easy and simple like that's.

    PHP:
           instance.on('end', function() {
                // do you stuff
            });

    by default rmmv don't support listener on web audio
    how do I implement pixiSound libs?