how do I do this?
how to wait for BGM loop to end before playing new song
● ARCHIVED · READ-ONLY
-
-
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?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 -
the plugin is here
https://github.com/pixijs/pixi-sound
and demo
http://pixijs.io/pixi-sound/examples/demo.html