然后再继续播放---------------------------------------------------------------
在需要停留的帧上
stop();
a=setInterval(NextPage,30000);
function NextPage(){
gotoAndPlay(currentframe+1);
}
在后面的一帧要写上
clearInterval(a);
在需要停留的帧上
stop();
a=setInterval(NextPage,30000);
function NextPage(){
gotoAndPlay(currentframe+1);
}
在后面的一帧要写上
clearInterval(a);
回复Comments
作者:
{commentrecontent}