Unicorn Maker

Click on each button to change the looks of your unicorn. The goal of this project is to learn how to generate random numbers and use broadcast and receives messages code blocks, two extremely important computer science concept.

1) Create a head sprite for your unicorn.

2) Make a few different costumes for the head (Hint: try with different colors or shapes, or duplicate a costume if just want to change colors). Make at least 3 costumes.

3) Create a button sprite with the word "Head".

4) When you click on the button sprite, have it broadcast a message called "Change Head".

5) When your head sprite receives the "Change Head" message, have it change to the next costume.

6) Repeat steps 1-5 for each monster part (eyes, mouth, hair, ears). Get creative!

7) Create a "Surprise Me" button that broadcasts a message called "Surprise Me". When each sprits receives that message, have it change to a random costume.

8) Brain teaser: Do you know how many of different combinations are there?