Hi all,
I'm having issues getting Greenfoot to reliably play back sounds. The timing is incredibly wonky and sometimes sounds don't trigger at all.
I've attempted to use GreenfootSound class and also the method described here: http://stackoverflow.com/questions/5291725/java-sound-api-initialization everytime i call .open a LineUnavailiableException is thrown. Is greenfoot already using the Line returned by Audiosystem?
Can anyone recommend a reliable solution?
I'm on OS X 10.6.8.

