# Y axis actionscript tweening

**URL:** https://forum.kirupa.com/t/y-axis-actionscript-tweening/189360
**Category:** flash
**Created:** [June 1, 2006, 10:14pm UTC](https://forum.kirupa.com/t/y-axis-actionscript-tweening/189360 "2006-06-01T22:14:25Z")
**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 1, 2006, 10:14pm UTC](https://forum.kirupa.com/t/y-axis-actionscript-tweening/189360/1 "2006-06-01T22:14:25Z")

</div>

I am wanting to make a set of MCs move when another MC is released; so far i have the following AS, but I am really unsure on how to use AS for tweening;

```auto

this.btn1.onRelease = function(){
	btn1.gotoAndPlay("_down");
}

```

I have tried to find something relevant in [here](http://www.kirupa.com/developer/actionscript/tween.htm) but there seems to be nothing on just tweening in the y axis. Could I possibly get a point in the right direction?

Thanks for your time 🙂

-ollie
