FLL Scratch Tryout Challenge: The Delivery Mission (Challenge B): Learning Target: I can design and program a Scratch project that shows my understanding of block coding, logical thinking, and creativity, similar to how robots in FLL complete missions. Challenge Directions Story: You are the robot. Your mission is to deliver packages to three colored bases (red → green → blue) in order. Requirements: Start: Robot begins at a home base when the green flag is clicked. Movement: Moves smoothly with arrow keys and stays on screen. Delivery Logic (already done): Must deliver to bases in order (red → green → blue). Create a variable (already done): Deliveries Completed. Add +1 for each correct delivery. Reset to 0 if wrong order. Mission Accomplished (already done): Broadcast a message and show another sprite (confetti, cheering, etc.) when all deliveries are complete.