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

2017/6/12

How do you add sound to a green foot scenario?

rangerfan2430 rangerfan2430

2017/6/12

#
What would be the code to add sound? I'm having trouble finding it
Yehuda Yehuda

2017/6/12

#
This line of code can be used for just playing a sound once.
Greenfoot.playSound(/*name of sound file in dierctory*/);
You need to login to post a reply.