代碼:
下載samplestop();
var tmp_sec = 1000 * 60 * 2;//就是這兒控制時間的長短
var intervalID;
function callback1() {
if (_root._currentframe >= _root._totalframes){
clearInterval( intervalID );
}
else
_root.gotoAndStop( _root._currentframe+1 );
}intervalID = setInterval( callback1, tmp_sec );
No comments:
Post a Comment
「有人看這日比那日強;有人看日日都是一樣。只是各人心裡要意見堅定。」(聖經.羅馬書14:5)