英语翻译on (rollOver) {\x05play();}on (release) {\x05if (_root.a
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/12 02:18:50
英语翻译
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
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
英语翻译on (rollOver) {\x05play();}on (release) {\x05if (_root.a
flash if条件on(release){\x05if(a==1){\x05\x05a=2;\x05}\x05else
为什么要点击按钮2次才能播放动画 on (release) { gotoAndStop(2); _root.dh2_mc
on (release) { _root.gotoAndPlay(你新增加的关键帧的帧数); } 我需要跳帧是播放过去
on (rollOver) { gotoAndPlay(2); } on (releaseOutside,rollOut
FLASH on(release)
英语翻译The Scottish decision to release Megrahi on compassionat
Release bad news on a Friday afternoon.翻译下吧
脚本中on(release)是什么意思?
on (rollOver)请帮我看看这是什么意思?
在flash8.0版本里面的代码on (rollOver) { gotoAndPlay(2); } on (rollOu
关于on(release)一段代码的含义