# Movie button problem

**URL:** https://forum.kirupa.com/t/movie-button-problem/199363
**Category:** Uncategorized
**Created:** [September 1, 2006, 5:40pm UTC](https://forum.kirupa.com/t/movie-button-problem/199363 "2006-09-01T17:40:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Kejsaren](https://avatars.discourse-cdn.com/v4/letter/k/848f3c/32.png) [@Kejsaren](https://forum.kirupa.com/u/Kejsaren)
#### Post date: [September 1, 2006, 5:40pm UTC](https://forum.kirupa.com/t/movie-button-problem/199363/1 "2006-09-01T17:40:36Z")

</div>

I have done an animated button (movie clip). It works fine with the fading on mouse over etc.

But how to do if I want the movie to go to, for example frame 20? I cant use

{  
gotoAndPlay(20);  
}

since the button is a movie clip.
