Another thing

Hi!

A few days ago i asked about “linking” a movieclip.
Now I have a button that I cant link.
This was the correct code for the movieclip.

MovieClip(this.parent).tint_mc.gotoAndPlay("on");

Only now I have a button inside a movieclip.
And Flash cant find my button from the mainstage.

I tried

Button(this.parent).fac_btn.addEventListener(MouseEvent.CLICK,link);

Anyone knows?