我想知道的是,有一种方法来控制音量的东西与滑块,所以,如果滑块是一个值0,将没有声音,如果它是在100,声音是尽可能高,它可以去。
对于脚本,我试了一些像 "设置播放器1的播放响度tovalue "显然没有工作,所以是的,我问你的帮助。
在这里可以正常工作。
on scrollbarDrag theValue
set the playLoudness of player 1 to theValue
end scrollbarDrag
当然你需要把滑块的startValue设置为0,endValue设置为100。