|
四个作品的链接:
溜达:on (release) {
getURL("http://www.zsepb.gov.cn/IssueManage/uploadFile/swf507.swf", _blank);
}
瘟斗士XP:on (release) {
getURL("http://www.flash8.net/upload/2003/5/20/2003520127259386.swf", _blank);
}
yot418:on (release) {
getURL("http://gdr.flasher123.com/xiqi/yueliang.swf", _blank);
}
小东东:on (release) {
getURL("http://bbs.flasher123.com/upfile/2177_2003-7-4_16-9-41.SWF", _blank);
}
谢谢欣赏,点击回到首页:
// 跳转到翻页效果元件中,并停止在相应帧中。
on (release) {
with (_root.go.leftpage) {
gotoAndStop(1);
}
with (_root.go.leftflip) {
gotoAndStop(2);
}
with (_root.go.rightflip) {
gotoAndStop(4);
}
// 跳转到上一级路径,(即“翻页效果”元件)中,播放该元件第34帧的动作
with (_parent) {
gotoAndPlay(34);
}
} |