hey…
how can i call an mc… but no till frame 25 ( for example )
i want my main move to run but when it gets to frame 25 i want it to call a Movie clip to my main timeline.
thanks
hey…
how can i call an mc… but no till frame 25 ( for example )
i want my main move to run but when it gets to frame 25 i want it to call a Movie clip to my main timeline.
thanks
click on frame 25 and open your actions panel then apply whatever action you want the movieclip to do. If you want it to play for example then you would place this on frame 25:
_root.myMC.play();
I did that
my movie clip it consist on 4 frames on frame 1 theres a stop. on my 2 frame theres txt and 3 clear and 4 frame theres a gotoandplay (2) so it loops
so on my main time line on frame 25 i want it to start…
but on frame 25 my movie does’t finish so do i have to drag from my library the clip on every remaning frame???
because i did exactly what you posted , and it doesn’t work
You don’t have to drag out any more instances of that movieclip. You can simply add more frames after the frame that contains your movieclip so that it will be on stage longer.
If you’re still confused then post your FLA and I’ll fix it for you.
:: Copyright KIRUPA 2024 //--