Click green flag to start. The different sprites and backdrop respond to the pitch of the music playing. It's fun :) A simple version with just one sprite is here: https://scratch.mit.edu/projects/295586609/
The code may look big, but it's just simple animation effects for each sprite. The central thing is using 'wait 1/p secs' in animation, where p is the amount by which pitch changes, so the animation speeds up as pitch increases. Here are some remix ideas: - Add/draw new sprites or backdrops. - Add/Record new sounds. - Experiment with different animation effects. - Make the pitch go from fast to slow, and program the animations accordingly. - and anything else you imagine!