Click on the stage and see what you get! Note: Clicking many times in rapid succession will give errors (I think) due to the upper limit on number of clones at once.
Getting Unstuck 2020: Day 1 Create a project where a user gets a surprise every time they click on the screen. DIY fireworks displays have been popping up everywhere the last few weeks, surprising people all over the place. So, I wanted to create a project that created surprise fireworks when you click. To get the timing right (so all of the "embers" appeared at once) I used multiple sprites + clones. Each strand of embers are clones of a single sprite. When I thought I had the code working I copied it across all 10 sprites, but then wanted to make adjustments (to add a slight rotation for gravity) but then had to go through each of the 10 sprites to make the change. It reminded me of teaching workshops before there was a clone block, and watching participants have to do the same thing to modify the behavior of (usually) enemies in their Scratch game. If I was going to spend more time on this, I'd explore if there is a more efficient way to create a firework with a single sprite rather than many.