# Playing movie clips in reverse order?

**URL:** https://forum.kirupa.com/t/playing-movie-clips-in-reverse-order/38187
**Category:** flash
**Created:** [December 19, 2003, 5:51am UTC](https://forum.kirupa.com/t/playing-movie-clips-in-reverse-order/38187 "2003-12-19T05:51:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DryCow](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@DryCow](https://forum.kirupa.com/u/DryCow)
#### Post date: [December 19, 2003, 5:51am UTC](https://forum.kirupa.com/t/playing-movie-clips-in-reverse-order/38187/1 "2003-12-19T05:51:43Z")

</div>

Hi all…

Is it possible to play frames of a movie clip in reverse?

I have a button inside a MC named ANIM that tells it to goto frame 5 and play… so it plays 5-10. On frame 11 there is a back button… is it possible to play frames 10-5 to get a reverse animation? If so… how?

I think to play in the proper order my button should say:

on (release) {  
\_parent.ANIM.gotoAndPlay(5);  
}

Frame 10 has a stop action. So when I get to frame 11 with the back button what code should I put on there?

Thanks!!!:thumb:
