1) DO NOT change the code under when-space-key-pressed. Look at the blocks under when-green-flag-clicked. There are 2 repeating patterns. Figure out which blocks to put in the function Dance1, and which blocks to put in the function Dance2 that will have the scratch cat doing the same dance when the space key is pressed as when green flag is clicked. HINT: Copy the blocks under when-green-flag-clicked and use the copied blocks to fill Dance1 and Dance2. Computational Thinking Questions 1. Decompose the problem. Look at the current code. Run it. 2. Look for patterns in the glide blocks. 3. Using what you learned in step 2 put glide blocks under each function. 4. Develop an algorithm that you can use when you notice that you are repeating code.