So I’m using media.pauseSound() in my pause menu. But when I click play to return to the game, the media.playSound wont loop the music, it’ll only run once. Is it possible to have it loop? [import]uid: 30185 topic_id: 6213 reply_id: 306213[/import]
Also after using the pauseSound()-playSound() once, the media.stopSound() function wont work… the function playSound will play the whole song once, i cant stop it [import]uid: 30185 topic_id: 6213 reply_id: 21328[/import]
I am also curious if there is a way to continue looping a song after pausing the song and then calling media.playSound().
In the meantime I have resorted to just restarting the song after the user clicks resume from the pause menu since its better than having the song only play once.
Have you found anything out about this issue?
Thanks,
-Clark [import]uid: 5786 topic_id: 6213 reply_id: 23995[/import]
I’m using the same workaround like you for the moment… I think its a bug within Corona [import]uid: 30185 topic_id: 6213 reply_id: 24017[/import]