Getting Unstuck Day 2 Display a flower each time that the user clicks on the background. There are at least three different ways of programming this in Scratch—what will your approach be?
I decided to do this in as unusual way as I could think of: - the backdrop detects clicks - it creates a clone of a costumeless drawing sprite for each click - it uses the pen with a large pen size value to draw circles without having to move the pen I liked this approach because the clones mean you could be drawing more than one flower at a time. I think it's fun not to have any costumes for the sprite - so no worrying about hiding the original sprite when using clones. I could add some more variety to the flowers drawn by having a whole set of parameters beyond size and colour. Maybe the pen could be used to draw spirograph flowers. Stalks would be fun. Maybe add an animated bee to enjoy the flowers.