new lime.audio.AudioMap(config)
AudioMap object
Parameters:
| Name | Type | Description |
|---|---|---|
config |
object | Configuration object. |
- Source:
- audio/audiomap.js, line 14
Summary
Members |
||
|---|---|---|
stop
Stop playing the audio
|
||
Methods |
||
|---|---|---|
play(sprite, opt_loop, opt_after)
Start playing the audio
|
||
Members
-
stop
-
Stop playing the audio
- Source:
- audio/audiomap.js, line 100
Methods
-
play(sprite, opt_loop, opt_after)
-
Start playing the audio
Parameters:
Name Type Argument Description spritestring Sprite name to play. opt_loopboolean <optional>
Loop the sound. opt_afternumber Only start playing after this track has finished. - Source:
- audio/audiomap.js, line 61