sound_stop(index)

Drag & Drop equivalent : GM032

 

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

 

Example:

sound_stop(snd_thememusic);

 

This function will stop the sound resource index if it's playing. If there are multiple sounds with this index playing simultaneously, all will be stopped. All other sound resources will continue playing.

 

Revision #1