Home
News
Learn
Download
Examples
Community
Login
Phaser API Documentation
Version:
Namespaces
Classes
Events
Game Objects
Physics
Scenes
Changelog
Member of:
Phaser.Sound.HTML5AudioSound
stop()
Description:
Stop playing this sound.
Returns:
Description:
Whether the sound was stopped successfully.
Type:
boolean
Overrides:
Phaser.Sound.BaseSound#stop
Fires:
Phaser.Sound.Events.STOP
Since:
3.0.0
Source:
src/sound/html5/HTML5AudioSound.js
(Line
207
)
Possible examples