This is an assignment given to my grade 7 computer class. They are to remix this and complete the program according to the specifications below. This is to help then try out different motion, looks, event and control blocks. The instructions below are a copy paste from a word document (and were color coded) so I apologize for the formatiing. Animate the Alphabet When you remix the Animated Alphabet Scratch program, some of the code is already in place. Your task is to complete it according to the specifications below. For each of the sprites, you are given an event that must be present and what that animation that event must trigger. • Reset sprite - Event: when this sprite is clicked: • Animations: o Switch backdrop to blue backdrop o Broadcast: “reset all” (already in place) o All other sprites must have the event: “When I receive reset all” o Once they receive this message: all animations must stop (stop other scripts in this sprite block) each sprite must return to its original state: • set size to 100% • point in direction 90 • clear graphic effects each sprite must return to its original position as below ("go to" block, all letters at y=0) : A: x=-180 B: x= -110 C: x=-30 D: x=55 E: x=130 F: x=200 cat: x= -192 and y = 103 • Start animation sprite o Event: When this sprite is clicked (already there with a looks block in place): o Add a broadcast “start” before the looks block that is already in place • Cat sprite: o Event: When I receive “start” o Animation: Next Costume Move 5 steps Wait 0.3 seconds Repeat these steps 30 times • Letter A sprite: o Event: When I receive “start” o Animation: Glide to a random position for 2 seconds and repeat 5 times • Letter B sprite: o Event: When the B key is pressed o Animation: Must spin forever: (turn 10 degrees and repeat forever) • Letter C sprite: o Event: When sprite is clicked o Animation: Say: “I am the letter C” for 4 seconds then switch backdrop to red • Letter D sprite: o Event: When backdrop switches to red o Animation: size increase by 10, repeat 10 times, then decreases by 10, repeat 10 times o Repeat the previous animation forever • Letter E sprite: o Event: When I receive “start” o Change color effect by 15, repeat foever • Letter F sprite: o Event: Your choice o Animation: Your choice .