Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在某个帧添加了一个影片剪辑,但我发现了一个问题,即在测试场景后,影片剪辑结束后无法继续到下一帧。除了将 stop() 和 gotoAndPlay (FRAME NUMBER) 放入影片剪辑之外,如何处理动作脚本?
您可以在主时间轴上停止,以便它一直播放您的影片剪辑,然后在该影片剪辑结束时告诉它转到下一帧。
parent.nextFrame();