香港曼格論壇 » 動畫製作討論 » Flash怎麼可以讓影格倒著播放?
Simon
管理員( x 231)
保留一直奮鬥的天真
_root.onEnterFrame=function(){ gotoAndPlay(_root._currentframe-1) };
onEnterFrame = function () { gotoAndPlay(newpos); newpos = _currentframe-1; updateAfterEvent(); };
查看詳細資料
TOP