Extra: Add the soundtrack again, but this time control the volume of the track with the mouse wheel.
Short sounds can also be played with the method SoundPlay(). This will play the sound directly, without requiring you to create an object of the class Sound. Because there is no object you won’t have any control over the sound after you started it. Therefore this technique will mostly be used for very short effects, such as footsteps.
Extra: Add the soundtrack again, but this time control the volume of the track with the mouse wheel.