How do you add a tag to a music and/or soundFX?
Been looking all over for an answer but no such luck.
Need it for muting certain sounds
Develop games in your browser. Powerful, performant & highly capable.
Your question does not seem to make a lot of sense (what does adding a string to audio mean and why would you want to do it?) - can you explain more about what you're trying to do?
I think I used the wrong word in that post, I want all music with a certain tag to be muted. How do I then add the tag?
If you have Personal licence or higher you can make short work of this with Families: scirra.com/manual/142/families
If not:
A) Buy the Personal license, it's the best Christmas present you'll ever get!
B) You can make clever use of variables and events, so you could have a sprite that triggers a bool, and the true/false state is a conditional for your sound events
When you Play the sound, you assign it a tag at that point. Use the same tag to, later, mute any with the a given tag.
Thanks for the help, my game keep playing small bits of the sounds even when muted, is this just while testing or is it how it is going to be? (How can you avoid it?)
This shouldn't happen. You'd have to provide the CAPX for full debugging help.