Remember when you made Three Lists in Scratch? That was sooooo fun, right?
IT gets even better.
Make a copy of your original Three Lists program. Modify the copy that you make.
Add a visual menu to your program so that the user gets to click an icon instead of pressing 1, 2 or 3 on the keyboard.

Strategies:
- hide the cat sprite.
- add three buttons that relate to your list. Each button will be a separate sprite.
- each button should have a text label like in the example above.
- leave room for the lists to be visible without covering the buttons.
- remove the code that tells the user to press 1, 2 or 3.
- for each new sprite, add this code:
