Pause() – Sound

Syntax:

sound.Pause()

Remarks:

This function will pause a .wav audio file currently playing. Sound files have to be assigned to a variable or alias and this should be used as the sound element of the syntax above. No parameters required.

The paused sound can be resumed using the Resume() function.