hi all.
I want to play background music on all scenes. I am loading into a variable music in main.lua
FonMuz = audio.loadSound("Spirit.mp3")
In the game scene, I play music and it plays continuously on all stages
audio.play(FonMuz)
In the end scene I want to stop the music but it won’t stop
audio.stop( FonMuz )
audio.dispose(FonMuz)