我想在动画中在某一帧里停留一段时间(比如停留30秒)

      flash As 2005-9-1 17:23:00
然后再继续播放---------------------------------------------------------------

在需要停留的帧上
stop();
a=setInterval(NextPage,30000);
function NextPage(){
gotoAndPlay(currentframe+1);
}

在后面的一帧要写上
clearInterval(a);
标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}