简体   繁体   English

Flash ActionScript 3.0 MovieClip过渡(无按钮)

[英]Flash Actionscript 3.0 MovieClip Transitions (No Buttons)

I have 3 mc_MovieClips. 我有3个mc_MovieClips。 Each clip is on a different frame of the same layer in the main scene. 每个剪辑位于主场景中同一层的不同帧上。 I do not want to use a button to control the play. 我不想使用按钮来控制播放。 On startup, I want Clip1(On Frame1) to play, and when that is finished, Clip2(On Frame2) will play and so on. 在启动时,我想播放Clip1(在Frame1上),完成后,Clip2(在Frame2上)将播放,依此类推。

I am a very beginner and using Flash Professional CC and actionscript 3.0. 我是一个非常初学者,并且使用Flash Professional CC和actionscript 3.0。 The only help I can seem to find calls for global variables, which no longer seem to exist. 我似乎可以找到对全局变量的调用的唯一帮助,而该全局变量似乎不再存在。

I can provide more information if needed, I am just a really big beginner. 如果需要,我可以提供更多信息,我只是一个非常大的初学者。

Try placing a parent.nextFrame(); 尝试放置一个parent.nextFrame(); on the last frame of each MovieClip and a stop(); 在每个MovieClip的最后一帧和stop(); on each frame of the parent clip (actual frames of your main scene). 在父剪辑的每个帧上(主场景的实际帧)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM