setOverSound(sound, marker)
The Sound to be played when a Pointer moves over this Button.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
sound | Phaser.Sound | Phaser.AudioSprite | The Sound that will be played. | |
marker | string | <optional> | A Sound Marker that will be used in the playback. |
- Source code: gameobjects/Button.js (Line 422)
Please login to continue.