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?
Needed to separate the speech and the sound with their own flag event - two different scripts, but same event (green flag). In speech event replace "play sound" block on "play sound until done" block