# Tweening question

**URL:** https://forum.kirupa.com/t/tweening-question/192463
**Category:** flash
**Created:** [June 28, 2006, 7:07pm UTC](https://forum.kirupa.com/t/tweening-question/192463 "2006-06-28T19:07:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ollie1](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ollie1/32/2180_2.png) [@ollie1](https://forum.kirupa.com/u/ollie1)
#### Post date: [June 28, 2006, 7:07pm UTC](https://forum.kirupa.com/t/tweening-question/192463/1 "2006-06-28T19:07:28Z")

</div>

when a tween such as this is placed into a frame; does the MC it refers to need to be in the frame or is it called from the libary?

```auto
 new Tween(one_mc, "_x", None.easeNone, one_mc._x, 0, 120, false);

```

If it does need to be placed in the frame, is there a way to avoid this by calling from the libary… via AS?

thanks, i hope i have made myself clear 😃

-ollie
