Controls sounds within the current scene.
Syntax
sounds.<sound name>.<...>
For a description of the properties and methods of a sound, please see the sound script reference.
Examples
sounds.ping.play(); // plays the sound called 'ping'.
See Also
Controls sounds within the current scene.
Syntax
sounds.<sound name>.<...>
For a description of the properties and methods of a sound, please see the sound script reference.
Examples
sounds.ping.play(); // plays the sound called 'ping'.
See Also