B52AlphaJackal
Technical User
can anybody tell me if there is a simple way to make a movie clip play out before doing the next function
i have a movie clip that tweens to enlarge, then a stop(); function stoppes it on frame 10, frames 11-20 tween to shrink again before it goes back to frame 1 to be restarted again.
i have 4 of these all together, and i want which ever one is enlarged at the time to shrink before the next one grows, i need frames 11-20 to play on one movie clip before the next one starts
because if i use for instance
on(release)
_root.movie1.gotoAndPlay(11);
_root.movie2.gotoAndPlay(1);
}
the second movie plays before i want it to, how do i get it so that movie 2 wont start playing until movie 1 has reached frame 20?
i have a movie clip that tweens to enlarge, then a stop(); function stoppes it on frame 10, frames 11-20 tween to shrink again before it goes back to frame 1 to be restarted again.
i have 4 of these all together, and i want which ever one is enlarged at the time to shrink before the next one grows, i need frames 11-20 to play on one movie clip before the next one starts
because if i use for instance
on(release)
_root.movie1.gotoAndPlay(11);
_root.movie2.gotoAndPlay(1);
}
the second movie plays before i want it to, how do i get it so that movie 2 wont start playing until movie 1 has reached frame 20?