转到下一帧(Flash Javascript)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转到下一帧(Flash Javascript)相关的知识,希望对你有一定的参考价值。
var timeline = fl.getDocumentDOM().getTimeline(); var curFrame = timeline.currentFrame; var nxtFrame = curFrame + 1; var nxtFrameTo = nxtFrame + 1; timeline.setSelectedFrames(nxtFrame,nxtFrameTo,true); fl.getDocumentDOM().selectNone();
以上是关于转到下一帧(Flash Javascript)的主要内容,如果未能解决你的问题,请参考以下文章
转到下一帧,然后在几秒钟后删除其中的movieClip(Actionscript 2)