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? said by: ScratchEdTeam
Dear ScratchEdTeam, _ I debugged it, you said in the code: repeat until {(costume)>[12]} :it had to say: repeat until {(costume)=[12]} :now you know for next time. :) * from, 5hearts P.S. _ = mistake * = what you should have done