[Help] animation button inside the movieclip

  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 :frowning: