Sound block basics: Control how notes play

Edited

Try a few scripts that use different kinds of play note blocks. Write these two scripts:

Notice how one uses the play note block, while the other uses the play note until done block. What do you think the difference between them is?

Try writing these programs yourself and then press 1 and 2 to hear the difference.

The play note until done blocks will play your notes in sequence, while play note blocks play all your notes at once, without waiting! You’ll need to experiment with these blocks to find out what’s right for your project.