FLASH中如何用多个按钮控制不同的声音对象3
发布网友
发布时间:2023-10-09 23:46
我来回答
共2个回答
热心网友
时间:2024-10-21 13:43
声音分别放在不同的影片剪辑里,如a声音,在影片剪辑中添加声音,并设置声音属性为数据流,并延长,在影片剪辑的第一帧加stop(),在场景中设置其实例名为sy1,对应的按钮代码为:
on(release){sy1.play();sy2.gotoAndStop(1);}
热心网友
时间:2024-10-21 13:44
AS那个版本的?
var 声音:Sound = new Sound();
//创建新的声音
按钮1.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("1.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
按钮2.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("2.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
按钮3.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("3.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
热心网友
时间:2024-10-21 13:44
声音分别放在不同的影片剪辑里,如a声音,在影片剪辑中添加声音,并设置声音属性为数据流,并延长,在影片剪辑的第一帧加stop(),在场景中设置其实例名为sy1,对应的按钮代码为:
on(release){sy1.play();sy2.gotoAndStop(1);}
热心网友
时间:2024-10-21 13:44
AS那个版本的?
var 声音:Sound = new Sound();
//创建新的声音
按钮1.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("1.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
按钮2.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("2.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
按钮3.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("3.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
热心网友
时间:2024-10-21 13:44
声音分别放在不同的影片剪辑里,如a声音,在影片剪辑中添加声音,并设置声音属性为数据流,并延长,在影片剪辑的第一帧加stop(),在场景中设置其实例名为sy1,对应的按钮代码为:
on(release){sy1.play();sy2.gotoAndStop(1);}
热心网友
时间:2024-10-21 13:44
AS那个版本的?
var 声音:Sound = new Sound();
//创建新的声音
按钮1.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("1.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
按钮2.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("2.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
按钮3.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("3.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
热心网友
时间:2024-10-21 13:44
声音分别放在不同的影片剪辑里,如a声音,在影片剪辑中添加声音,并设置声音属性为数据流,并延长,在影片剪辑的第一帧加stop(),在场景中设置其实例名为sy1,对应的按钮代码为:
on(release){sy1.play();sy2.gotoAndStop(1);}
热心网友
时间:2024-10-21 13:44
AS那个版本的?
var 声音:Sound = new Sound();
//创建新的声音
按钮1.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("1.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
按钮2.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("2.mp3",true);
//设置PlayMusic载入声音
声音.play();
};
按钮3.onPress = function() {
//当按下buttons_list按钮时
声音.stop();
声音.loadSound("3.mp3",true);
//设置PlayMusic载入声音
声音.play();
};