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