When called in a stage article, stops the current background music track.
Example, called from a stage’s update.gml:
// instantly stop music:
music_stop();
When called in a stage article, stops the current background music track.
Example, called from a stage’s update.gml:
// instantly stop music:
music_stop();