sound_loop(index)

Drag & Drop equivalent : GM031

 

index = the name of the sound resource to be played.

 

Example:

sound_loop(snd_thememusic);

 

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.

 

 

soundloop

Revision #1