In this minilab, you'll practice your broadcasting skills.
Complete the starter code in order to make the Scratch Cat see a morphed image of him/herself in the mirror, like in a Funhouse. You'll need to use broadcasting to help the reflection of the cat know when to warp itself. Program it such that each dot has a different effect.
What you'll learn
- Review the use of conditional statements and loops.
- Explore the possibilities of graphic effects in the Looks section of the code.
- Use cloning.