A abdellatif Member Licensed User Longtime User Aug 1, 2014 #1 Hello , 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 music is declared as Dim music As lgSound I didn't arrive to loop on the piece of music Please a quick help
Hello , 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 music is declared as Dim music As lgSound I didn't arrive to loop on the piece of music Please a quick help
Erel B4X founder Staff member Licensed User Longtime User Aug 3, 2014 #2 Why don't you use MediaPlayer? Upvote 0