Click the dinos to make them "sing". ●◉◎ What Is This? ◎◉● This is a demonstration of how you can play several sounds with independent volume, pitch and pan simultaneously with a single sprite, using clones. It is also a demonstration of the limits - using a single sound file produces weird results. ●◉◎ What's Going On? ◎◉● Both dinos create a clone, and both the original and the clone plays a sound repeatedly. The clone lowers the pitch and pans left each time. The original does the opposite, and also lowers the volume. In the upper dino, the original and the clone both use the same sound object. In the lower dino, they use separate but identical sound objects. As you can hear, using a single sound file means that the original and the clone has to take turns playing it, and it can't overlap itself. Using separate sound files solves this problem.
Check out my follow-up project Triceratops Jam Session: https://scratch.mit.edu/projects/424218988/ The sounds and graphics are from the Scratch library.