Hello Guys i am making a Simulator game where if you click on a sprite called “Shop” then it will make the background music for outside then stop but when you exit then the shop music will stop and here is the script im using
when this sprite clicked
broadcast [ v]

when I receive [ v]
forever
play sound [ v] until done
end