Description :
Stops a playing sound. The sound can be resumed later using the resume sound statement. Usable in both Classes and Scenes.
Uses :
Use this for stopping a currently playing sound. Useful when pausing the game.
Example :
This code stops or resumes the sound "bgMusic1" depending on the value of the variable "muted" when the m key is released.