gpt4 book ai didi

flash - 闪光灯上的音量按钮

转载 作者:行者123 更新时间:2023-12-03 02:26:12 25 4
gpt4 key购买 nike

我想通过我在Flash中设计的按钮来控制影片剪辑中的声音。例如:我的默认声音是主页按钮上的100%,当我单击contact(最后一个按钮)时,音量将达到按钮之间的20%。

我使用此脚本调用Flash中的声音

bgSound =新的声音(this);
bgSound.attachSound(“sound1”);
bgSound.start(0,99);

现在告诉我我在按钮上输入的内容来管理音量。

请帮我。

谢谢

最佳答案

我假设您根据所示的方法调用使用AS2,也基于该假设,对谷歌进行了快速的Google搜索,并返回了以下内容:

    bgSound.setVolume(20);

http://www.actionscript.org/resources/articles/49/1/Volume-Slider-attachSound-method/Page1.html

如果您使用的是该语言的其他版本,但我在这里输入的错误,请告诉我,我将尝试纠正。

关于flash - 闪光灯上的音量按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4683803/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com