# Tween/easing HELP!

**URL:** https://forum.kirupa.com/t/tween-easing-help/172520
**Category:** flash
**Created:** [December 15, 2005, 3:00am UTC](https://forum.kirupa.com/t/tween-easing-help/172520 "2005-12-15T03:00:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![glyn3332](https://avatars.discourse-cdn.com/v4/letter/g/8e7dd6/32.png) [@glyn3332](https://forum.kirupa.com/u/glyn3332)
#### Post date: [December 15, 2005, 3:00am UTC](https://forum.kirupa.com/t/tween-easing-help/172520/1 "2005-12-15T03:00:03Z")

</div>

Hi all,

```
  i can'tget theis function to work:

```

```auto
textBox.textArea.onEnterFrame = function(){
    var tw_x:Tween = new Tween(this,"_xscale",Elastic.easeOut,100,10,2,true);
    var tw_y:Tween = new Tween(this,"_yscale",Elastic.easeOut,100,10,2,true);
}

```

I need to know sow i can do the same thing with an alpha tween to a pre loader!
