1. Make the hat say the instructions: "If you click on the mysterious wizard hat, it will tell you your fortune!" 2. When the user clicks on the hat, make the hat spin in a circle. 3. Using the random number generator, generate a number between 1 and 5. Save the number in a variable called "Random Number." 4. Make the hat say a different fortune for each number. For example, if the random number is 4, have the hat say, "You will win one million dollars!" Make sure to use if statements.