# \[Help\] animation button inside the movieclip

**URL:** https://forum.kirupa.com/t/help-animation-button-inside-the-movieclip/247382
**Category:** flash
**Created:** [December 22, 2007, 8:11am UTC](https://forum.kirupa.com/t/help-animation-button-inside-the-movieclip/247382 "2007-12-22T08:11:04Z")
**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:11am UTC](https://forum.kirupa.com/t/help-animation-button-inside-the-movieclip/247382/1 "2007-12-22T08:11:04Z")

</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 ☹
