Set different background sound for labels
Hi guys,
How to set different background sound if I have 3 labels.
For example, I have 3 settings like : Market, School, and Beach.
Everytime user change their option, we move to different label using gotoAndPlay("beach") for example.
Then, how to change the background music right after they choose another place?

I've found some script like:
| Script |
|---|
var snd:Sound = new SoundPlay(); channel1 = snd.play(); |
But I'm not sure how to use it in different labels.
Thank you.
