In this project, when the green flag is clicked an animation of a flower growing begins and stops once it has fully bloomed. But something is not quite right! Instead of stopping when all the petals have bloomed, the animation starts all over. How do we fix this program?
I changed the number in the repeat until costume # is greater than _ from 12 to 11. The script originally said repeat until costume # is greater than 12, but there are only 12 costumes.