|
sound_loop(index) |
|
Drag & Drop equivalent :
index = the name of the sound resource to be played.
Example:
This function will play the index sound resource that you've created when adding a sound. sound_loop will repeatedly replay the sound over and over. Useful for music that you want replayed on a level.
Revision #1
|