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?
To synchronise the speech bubble with the sound, you can remove the timing of the "say" , and put another "say" with an empty message.