Phaser API Documentation

  Version: 
resume()

Description:

Resumes the sound. This only works if the sound is paused and not already playing.

You can inspect the isPlaying and isPaused properties to check the state.

Returns:
Description:

Whether the sound was resumed successfully.

Type:
  • boolean
Since: 3.0.0
Source: src/sound/BaseSound.js (Line 366)