- The code on the left will start playing the "meow" sound three times, but you’ll only hear it once because the blocks will get started one after the other (without letting each one finish playing).
- Instead, students should use the "until done" sound block so that the sounds execute fully, one after another, as shown in the example code on the right.