Click the green flag to start. Click anywhere in the dirt to plant a flower. Make your flower garden grow! Created for Getting Unstuck Day 2: Display a flower each time that the user clicks on the background.
This one I started out by checking out all the other project. I got tons of ideas of how to randomize the flower size and color. I can now see the value of students remixing other projects. I learned a lot just by checking out how others had done it! Two things I'd like to learn how to do: 1) I want the flowers to fade/disappear after a few seconds so the user has to keep adding flowers. Perhaps using clones? 2) I used conditionals to restrict where the user could click to plant a flower (so they can't click off the screen). But I found that flowers still ended up hanging off the screen. I need to figure out how to make it so the flowers can't hand half off the screen.