Scratch the cat slides back and forth on the trampoline. He really should be jumping. Write a function (using My Blocks) called jump that will have Scratch do one jump. Computational Thinking Questions 1. Decompose the problem. Look at the current code. Run it. Notice that you have to define the function define Slide and you have to call the function Slide. 2. What palette is the same color? Click on it to see what choices you have. 3. Using what you learned in step 2 generalize what will happen when you create a new block. In the Slide function the glide block was used. Can you see how you might use this to get Scratch the cat to jump? 2. Develop an algorithm that you can use when creating a function.