In this project, the Happy Birthday song starts playing when the green flag is clicked. Once the song finishes, instructions should appear telling us to "click on me to blow out the candles!" But something is not working! The instructions to blow out the candles are shown while the birthday song is playing rather than after it finishes. How do we fix this program?
Welcome to Debug-It! A series of 5 projects where the Scratch Team challenges you to fix the bugs. In Debug It 2.5, the solution was to change the "start sound ___" block to a "play sound until done" block, and broadcast a message after. Then, move everything under "when this sprite clicked" to "when I receive ___" Put everything under a forever and an "if touching mouse pointer and mouse down" C block.