Home / comp / gb.sdl.sound / music / play 
Music.Play (gb.sdl.sound)
Syntax
STATIC SUB Play ( [ Loops AS Integer, FadeIn AS Float ] )
Starts playing the music.

With the Loops parameter, you can specify how many times the music will be played.

If Loops is -1, then the music is played forever.

By default, the music is played once.