src.Volume = input("?")as num
src.Music = sound('Title.mid',1,,,src.Volume)
src << src.Music
Is there any way to not have to restart the song to change the volume?
ID:270202
![]() Feb 5 2006, 6:44 am
|
|
src.Volume = input("?")as num Is there any way to not have to restart the song to change the volume? |
This should make an update to the sound's volume without playing it from the start again, since the sound has a constant channel.
~~> Unknown Person