goto2008

GOTO2008

博客园 首页 新随笔 联系 订阅 管理

2005年6月28日 #

摘要: 新建一个空层,将下列代码加入影片的倒数第二帧上即可实现影片先正放到头后自动倒放.切记放在倒数第二帧上其它无需设置. onEnterFrame=function(){ if(this._currentframe<=this._totalframes){ gotoAndPlay(newpos); newpos=_currentframe-1; updateAfterEvent(); } if(... 阅读全文
posted @ 2005-06-28 11:27 GOTO2008 阅读(2672) 评论(0) 推荐(1) 编辑