2005/09/01 | 我想在动画中在某一帧里停留一段时间(比如停留30秒)
类别(flash As) | 评论(0) | 阅读(94) | 发表于 17:23
然后再继续播放---------------------------------------------------------------

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

在后面的一帧要写上
clearInterval(a);
0

评论Comments

日志分类
首页[193]
flash As[107]
有的没的[59]
数码照片[4]
自由世界[19]
blender[4]