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?
I moved the sound and the words into a repeat block and had it repeat 3 times. The sound has to be on top of the words so that it will be more synced. If the words are on top of the sounds it was not synced as well.