Classwork:
Run spritesAndSound.py
Visit edmodo.com to answer 8 questions from chapter 19
Write a python/pygame program, mySpritesAndSound_YI.py similar to spritesAndSound.py. However, in this program there are no cherries and no player but when you click on the black surface an image shows up. Have 10 different images so when you click with the mouse one of those random images is selected for display. The image should disappear when you release the mouse button. Find two different sounds, one for clicking and one for the release of the mouse button. Make sure you use at least one list.
Note: there are libraries of sound files online. Look for the right one for your application.
Homework: Keep on reading chapter 19 – Sound and Images