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?
Debug: 1) Separate the speech bubble and the sound and put them under two "When the Green Flag is clicked" so the two actions will happen simultaneously. 2) Add a "Wait for 1 Second" between each "meow".