I’m trying to get a series of movieclips to do some tweens right after the previous one is finished.
so right now, I have a loop running and I tell the first element (from an array) to tween. Then I go (thatTween).onMotionFinished = function… and tell the next element to tween.
What I want is a way to, with a few lines of code (as opposed to the almost hundred I would need the way I’m doing it now) to run a subsequent tween right after the one before it.
thanks