1. Add one of the dancing sprites to the project and create a function that loops through all of their costumes. 2. Add a number input that says how many seconds they should dance for in total. Can you use a division operator in the wait block to make sure they’re dancing for the right number of seconds? Hint: Think about how long they should spend on each costume to add up to the right number of seconds. 3. When the green flag is pressed, make your sprite dance for 3 seconds. 4. When they’re done dancing, ask the user to tell you their favorite dance move by the costume number. Get their top five favorites. 5. Create a function that loops through this list of favorite dance moves. 6. Make your sprite dance these moves forever!