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

2011/11/29

About playSound() method?

winnerpig winnerpig

2011/11/29

#
I found when Greenfoot programs first call the Greenfoot.playSound() method ,there would be a transient pause in the screen. I wonder what happened?
davmac davmac

2011/11/29

#
The sound file must be loaded, and there may be a slight pause when this happens.
winnerpig winnerpig

2011/11/29

#
oh,it must be related to the process of AudioInputStream, isn't it?
davmac davmac

2011/11/29

#
AudioInputStream is involved when playing sounds, yes.
You need to login to post a reply.