# Backwards Animation Problem

**URL:** https://forum.kirupa.com/t/backwards-animation-problem/234916
**Category:** flash
**Created:** [August 7, 2007, 5:58am UTC](https://forum.kirupa.com/t/backwards-animation-problem/234916 "2007-08-07T05:58:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Nitantardero](https://avatars.discourse-cdn.com/v4/letter/n/898d66/32.png) [@Nitantardero](https://forum.kirupa.com/u/Nitantardero)
#### Post date: [August 7, 2007, 5:58am UTC](https://forum.kirupa.com/t/backwards-animation-problem/234916/1 "2007-08-07T05:58:40Z")

</div>

Hello, I`m trying to use this code to make my animation go backwards. The problem is that I need to stop it before reach the beggining of the timeline. The Stop code doesn`t work backwards. Can Someone help me please.

Thanks

this.onEnterFrame = function(){  
prevFrame();  
}
