Hi,
I'm getting an error when trying to load some mp3s. The loading happens in a chain so the error:
pixi.min.js:9 Uncaught Error: Cannot add resources while the loader is running.
surprises me, as the previous load should be complete.
So -
is it possible to check if the loader is still loading?
Also, does calling loader.reset() not stop any current loads?
Thanks!