Adding a jumping sound effect
Rather than adding the instruction blocks for the various sound effects into many locations within our behaviors, we're going to create a single scene behavior that will be used to manage all the sounds in our game. We'll then trigger the relevant sound effects as required.
Our first task is to create a sound effect whenever the monkey jumps.