# Problem with adding child AFTER tween

**URL:** https://forum.kirupa.com/t/problem-with-adding-child-after-tween/281081
**Category:** Uncategorized
**Created:** [February 4, 2009, 6:39pm UTC](https://forum.kirupa.com/t/problem-with-adding-child-after-tween/281081 "2009-02-04T18:39:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Alber\_Kidd](https://avatars.discourse-cdn.com/v4/letter/a/e47c2d/32.png) [@Alber\_Kidd](https://forum.kirupa.com/u/Alber_Kidd)
#### Post date: [February 4, 2009, 6:39pm UTC](https://forum.kirupa.com/t/problem-with-adding-child-after-tween/281081/1 "2009-02-04T18:39:42Z")

</div>

I have a MC with a sprite in it. I give it a wee tween

Tweener.addTween(mainImageBox, {height:355, time:1, delay:1, transition:“elastic”});

All fine and dandy but when I add a child

mainImageBox.addChild(loaderAnimationMC);

The child (loaderAnimationMC) is all scaled up, is there a way to prevent this?

Many thanks,

AK
