From: j05e_sweden on
hello anyone..

i have buttons on a drop down menu that wont do anything. The only thing the
works so far is the on roll over stage. I am trying to make the button navigate
to a certain frame on the same scene. The buttons are from my button1_mc....
and the first is affars_btn. I labeled the instances accordingly and placed the
script on the first frame of the scene (2) which is where the menu and main
info is on. Scene 1 is just the preloader.

button1_mc.affars_btn.onRelease = function() {
gotoAndStop("2", 51);
}