Click anywhere on the moon to plant a seed, then watch your flower grow!
I've always liked creating "interactive gardens", so I was happy to have a chance to tinker with a new type of interactive garden as part of the Getting Unstuck initiative (challenge #2), organized by the ScratchEd Team: https://gettingunstuck.gse.harvard.edu The project using cloning to create multiple flowers. At first, I tried to broadcast a message directly from the stage to the flower sprite, telling it to clone. But that led to a bug, since the clones were also receiving the broadcast message. So I added a "seed" sprite as an intermediate sprite (between the stage and flower).