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

2013/12/2

Music

I am trying to put background music on my TARDIS chase scenario and I was wondering how you do it. Can anyone tell me? And thank you in advance.
SPower SPower

2013/12/2

#
GreenfootSound music = new GreenfootSound("sound file.mp3");
music.playLoop();
Thank you!
You need to login to post a reply.