This site requires JavaScript, please enable it in your browser!
Greenfoot back
Adi18
Adi18 wrote ...

2019/2/17

Background sound for the worlds

Adi18 Adi18

2019/2/17

#
I want for every world to add a different background sound in loop, but I don't want to overlap. I have the menu world ,score world and instructions world, and for this is the same sound and I don't want to intrerupt it every time when I go from a world into another. How can I do that?
danpost danpost

2019/2/17

#
Adi18 wrote...
I want for every world to add a different background sound in loop, but I don't want to overlap. I have the menu world ,score world and instructions world, and for this is the same sound and I don't want to intrerupt it every time when I go from a world into another. How can I do that?
You could make use of my BGMusic class which is found in my BGMusic Actor Class Demo scenario.
Adi18 Adi18

2019/2/17

#
Thanks
You need to login to post a reply.