# Back.easeOut problem

**URL:** https://forum.kirupa.com/t/back-easeout-problem/270357
**Category:** flash
**Created:** [September 9, 2008, 5:16am UTC](https://forum.kirupa.com/t/back-easeout-problem/270357 "2008-09-09T05:16:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![outlaw\_xXx](https://avatars.discourse-cdn.com/v4/letter/o/ecccb3/32.png) [@outlaw\_xXx](https://forum.kirupa.com/u/outlaw_xXx)
#### Post date: [September 9, 2008, 5:16am UTC](https://forum.kirupa.com/t/back-easeout-problem/270357/1 "2008-09-09T05:16:37Z")

</div>

I have this code to move my mc:

```php

var myTween1:Tween = new Tween(mc1, "y", Back.easeOut, 420, 0, GetRandomRange(13,18), true);

```

the movie plays fine and then after about EVERY 1 min everything just stops and stays that way forever. anyone have any idea why? or did it happen to anyone else before…

tnx for any input:beer2::beam:
