求助FLASH如何跳转两次?

[复制链接]
查看11 | 回复4 | 2014-11-4 21:40:44 | 显示全部楼层 |阅读模式
鼠标事件:(代码在时间轴上)onMouseDown=function(){if(this._currentframe==3){this.gotoAndStop(1)}else{this.nextFrame()}}按钮事件:(代码在按钮上)on(press){if(this._currentframe==3){this.gotoAndStop(1)}else{this.nextFrame()}}剪辑事件:(代码在影片剪辑上)on(press){if(this._parent._currentframe==3){this._parent.gotoAndStop(1)}e...
回复

使用道具 举报

千问 | 2014-11-4 21:40:44 | 显示全部楼层
首先,你是用AS2还是AS3?其次,你这个a1帧里面有动画吗?需要在a1帧停留多久?或者你把源文件发到我邮箱,我帮你弄。[email protected]...
回复

使用道具 举报

千问 | 2014-11-4 21:40:44 | 显示全部楼层
在a1动画的末帧处加跳转代码gotoAndPlay(“a3动画的首帧”)...
回复

使用道具 举报

千问 | 2014-11-4 21:40:44 | 显示全部楼层
gotoAndPlay(“a3动画的首帧”)...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行