# \[Help\] animation button inside movieclip

**URL:** https://forum.kirupa.com/t/help-animation-button-inside-movieclip/247385
**Category:** Uncategorized
**Created:** [December 22, 2007, 8:19am UTC](https://forum.kirupa.com/t/help-animation-button-inside-movieclip/247385 "2007-12-22T08:19:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![daynie](https://avatars.discourse-cdn.com/v4/letter/d/ec9cab/32.png) [@daynie](https://forum.kirupa.com/u/daynie)
#### Post date: [December 22, 2007, 8:19am UTC](https://forum.kirupa.com/t/help-animation-button-inside-movieclip/247385/1 "2007-12-22T08:19:10Z")

</div>

1. On the Scene 1 inside the Library I make movieclip named “star”
2. On the Scene 1 on the 1st Frame I assign an actionscript below :

this.createEmptyMovieClip(“theScene”,1);  
theScene.\_x = 500;  
theScene.\_y = 150;  
theScene.depth = 1;

1. Inside the Library I doubleclick the “star”, on Layer 1[1st frame] I create an animation  
Button. After I publish preview and click the Button wont animated

Please suggest me what should i do here… thanks ☹
