Volume in music
Posted: Sat Jun 07, 2014 3:03 pm
Volume in music
In my APP use different music on each card with the following code:
put specialfolderpath("engine") & "/music1.mp3" into tSound
play tSound looping
I want to manipulate the overall volume of the entire application, the user changes the volume for the whole stack.
They can also mute the entire application.
Any way to do this?
In my APP use different music on each card with the following code:
put specialfolderpath("engine") & "/music1.mp3" into tSound
play tSound looping
I want to manipulate the overall volume of the entire application, the user changes the volume for the whole stack.
They can also mute the entire application.
Any way to do this?