Clicking the musician makes it play the current instrument, and pressing space changes the instrument, showcasing interchangeable behaviors.
This Scratch project demonstrates the Strategy design pattern by allowing a musician sprite to switch between different instruments (trumpet, guitar, saxophone). Each instrument is a strategy with its own sound and costume.