2014/3/29 15:38:401156 閱讀
onEnterFrame = function () {
if (this._currentframe<=this._totalframes) {
gotoAndPlay(newpos);
newpos=_currentframe-1;
updateAfterEvent();
}
if(this._currentframe<2){
delete onEnterFrame;
gotoAndPlay(1);
}
} }
微信小程序
掃描手機(jī)瀏覽