Stop current music, then....

I am using this

audio.reserve(2) local isMusicPlaying = audio.isChannelPlaying( 1 ) if isChannelPlaying then audio.stop(2) else audio.play(1) end

to stop the current music on one channel and play it on another channel (same music). Am I doing this right? Please advise. Thanks a lot. :slight_smile: