# Subsequent tweens by tween class

**URL:** https://forum.kirupa.com/t/subsequent-tweens-by-tween-class/219568
**Category:** Uncategorized
**Created:** [March 18, 2007, 12:45am UTC](https://forum.kirupa.com/t/subsequent-tweens-by-tween-class/219568 "2007-03-18T00:45:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Icy\_Penguin](https://avatars.discourse-cdn.com/v4/letter/i/f6c823/32.png) [@Icy\_Penguin](https://forum.kirupa.com/u/Icy_Penguin)
#### Post date: [March 18, 2007, 12:45am UTC](https://forum.kirupa.com/t/subsequent-tweens-by-tween-class/219568/1 "2007-03-18T00:45:00Z")

</div>

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 🙂
