I have used the complex button as shown in this tutorial: http://www.kirupa.com/developer/mx2004/button_effect.htm.
My problem, is that when I use this code on the button/movieclip:
on(release){
this.gotoAndStop(“frameLabel”);
}
…Nothing happens. I really hope someone can help me with this:)