Hello ,
I would like to loop on the music of my game when playing
On the procedure
music is declared as Dim music As lgSound
I didn't arrive to loop on the piece of music
Please a quick help
I would like to loop on the music of my game when playing
On the procedure
Sub LG_Render
'start music
If musicplaying = False Then
Log("playing music")
musicplaying=True
music.SetLooping(music,True)
music.Play
End If
'start music
If musicplaying = False Then
Log("playing music")
musicplaying=True
music.SetLooping(music,True)
music.Play
End If
music is declared as Dim music As lgSound
I didn't arrive to loop on the piece of music
Please a quick help