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

2012/5/1

Where can you find all the sounds available.

lsnoss lsnoss

2012/5/1

#
I am trying to find all the sounds available in Greenfoot?
SPower SPower

2012/5/1

#
There are no sounds in Greenfoot, it's different then images.
erdelf erdelf

2012/5/2

#
you can use every music file in AIFF, AU, WAV, MP3 and MIDI.
GreenfootSound test = new GreenfootSound([file].wav);
the commands for sounds are in the documentation
You need to login to post a reply.