So my code is the basic soundtrack code
backgroundMusic = audio.loadStream("backgroundMusic.wav")
backgroundMusicChannel = audio.play( backgroundMusic, { channel=1, loops=-1 } )
local function onPlayTap (event) --function created for when the "play" button is pressed and changes the scene
if event.phase == "ended" then
audio.stop( backgroundMusicChannel )
end
end
but when I change the scene (after music is stopped) and come back to this scene the music doesn’t play. I dont really get it because at the beginning of the scene it plays it so there shouldnt be any reason not to 
Thanks For the support! [import]uid: 14461 topic_id: 19418 reply_id: 319418[/import]
Thanks for replying and I’m using Version 2011.704 (2011.12.8) [import]uid: 14461 topic_id: 19418 reply_id: 75015[/import]