Problem: You should be able to create a simple animation by using Window, Bitmap, and SoundEffect objects. You can make a simple animation by crafting the sequence of actions the program performs. For example:
1. Create the objects you need
2. Clear the window, and get it to draw a Bitmap
3. Refresh the window
4. Play a sound effects
5. Delay for a period of time
6. Clear and draw a different Bitmap
7. Refresh the window
8. Delay again
Feel free to download and use images and sound effects you can get from the Internet.