Basically, I want to add a special layer in my movie that will contain a button that will advance the movie to frame 5, but I can’t seem to make it work! I’ve been using the code:
main_btn.onRelease=function(){
gotoAndStop(5);
};
I’ve included my .fla file, does anyone have any idea why the button doesn’t work?
(ps. I’ve been playing around with a tutorial found here: http://www.actionscript.org/resources/articles/549/1/Floating-Background/Page1.html)
Thanks in advance,
L.