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?
We put the meow sound in to the repeat block and then added a "when flag clicked" block to the top. This will make them run at the same time. We also added the wait one second block after the meow sound block, so it will say ti three times.