闪光CS3+ AS 3.0 舞台音量静音和取消静音
有人可以帮助使用 AS 3.0 快速将 Flash CS3 中的舞台音量静音或取消静音吗?
谢谢
Can someone please help quickly mute or unmute the stage volume in Flash CS3 using AS 3.0.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您想要的是 SoundMixer 类。只需设置它的 soundTransform 对象,如下所示:
静音:
取消静音:
What you want is the SoundMixer class. Just set it's soundTransform object like this:
Mute:
Unmute:
当您想要停止声音时,将此行放入脚本中:
Put this line into your script when you want to stop the sound: