In this project, when the green flag is clicked, the Scratch Cat should say "Meow, meow, meow!" in a speech bubble and as a sound. But the speech bubble happens before the sound -- and the Scratch Cat only makes one "Meow" sound! How do we fix the program?
Just debbugged the script. - dropped the 2 seconds wait in the _say_ block in order to continue to play the script while showing the cat speech - moved the sound block into the loop branch to play it three times - changed the sound block type to _play sound until done_ (The sound where played too fast and just one was audible). - removed the baloon at the loop exit with a empty _say_ block