# Reverse a movie clip using AS

**URL:** https://forum.kirupa.com/t/reverse-a-movie-clip-using-as/179059
**Category:** Uncategorized
**Created:** [February 16, 2006, 11:02am UTC](https://forum.kirupa.com/t/reverse-a-movie-clip-using-as/179059 "2006-02-16T11:02:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brndn](https://avatars.discourse-cdn.com/v4/letter/b/dec6dc/32.png) [@brndn](https://forum.kirupa.com/u/brndn)
#### Post date: [February 16, 2006, 11:02am UTC](https://forum.kirupa.com/t/reverse-a-movie-clip-using-as/179059/1 "2006-02-16T11:02:23Z")

</div>

have had a crack at this problem and am curious how I can reverse a MovieClip instead of using more frames.

this is what I thought would work but it only goes to the previous frame (as stated in the code), not throught the whole lot.

please feel free to comment.

on (release) {  
bckgrnd.cover.prevFrame();  
}
