英语翻译on (rollOver) {\x05play();}on (release) {\x05if (_root.animation == 1) {\x05\x05_root.animation = 0;\x05\x05_root.link = 3;\x05\x05_root.play();\x05\x05_root.scroller.scroller.gotoAndStop(3);\x05}}

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/03 02:42:59
英语翻译on (rollOver) {\x05play();}on (release) {\x05if (_root.animation == 1) {\x05\x05_root.animation = 0;\x05\x05_root.link = 3;\x05\x05_root.play();\x05\x05_root.scroller.scroller.gotoAndStop(3);\x05}}

英语翻译on (rollOver) {\x05play();}on (release) {\x05if (_root.animation == 1) {\x05\x05_root.animation = 0;\x05\x05_root.link = 3;\x05\x05_root.play();\x05\x05_root.scroller.scroller.gotoAndStop(3);\x05}}
英语翻译
on (rollOver) {
\x05play();
}
on (release) {
\x05if (_root.animation == 1) {
\x05\x05_root.animation = 0;
\x05\x05_root.link = 3;
\x05\x05_root.play();
\x05\x05_root.scroller.scroller.gotoAndStop(3);
\x05}
}

英语翻译on (rollOver) {\x05play();}on (release) {\x05if (_root.animation == 1) {\x05\x05_root.animation = 0;\x05\x05_root.link = 3;\x05\x05_root.play();\x05\x05_root.scroller.scroller.gotoAndStop(3);\x05}}
这个是写在按钮里面的代码
on (rollOver) {//当鼠标经过按钮时
play();//播放
}
on (release) {//鼠标点击后弹起
if (_root.animation == 1) {//判断如果舞台animation值等于1的话
_root.animation = 0;//将舞台animation值赋予0
_root.link = 3;//将舞台link值赋予3
_root.play();//舞台动画播放
_root.scroller.scroller.gotoAndStop(3);//舞台上scroller剪辑内的scroller剪辑定位到第三帧
}
}
代码不全暂时只能通过字面解释,如果意思不明的话请发源文件QQ:278658779