But basically you just use music:play() Only play works as a constructors and create an instance of what you are playing. Thus you can create one Sound, and play it multiple times (creating new channel every time) and manipulate them (pause, volume, etc) separately.
Comments
Only play works as a constructors and create an instance of what you are playing. Thus you can create one Sound, and play it multiple times (creating new channel every time) and manipulate them (pause, volume, etc) separately.