gpt4 book ai didi

flash - 按键时如何播放声音

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

我在Flash中使用AS2,我想知道您如何从项目库中获得特定的声音以在KeyPress Down上播放?我是AS2的新手,请给我最简单的方法

最佳答案

首先,您需要向要在库中使用的声音添加ASLinkage。例如“mysound”。然后,您可以执行以下操作:

//code on the button that you would like to use sound on


on(press)
{
snd = new sound();
snd.attachSound("mysound");//"mysound" is the AS linkage you gave the sound file in the library.
snd.start();

}

关于flash - 按键时如何播放声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23010426/

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