Question
Flash menu problems
Hi all,
I've made a menu in Flash 8 using invisible buttons to go to different frames of the .swf, depending on mouse over and mouse release. My as coding is very simple:
buttonname.onRollOver = function(){
if (_currentframe = 1){
gotoAndStop (2)}
}
The file loads just fine onto frame 1, but when I roll the mouse over a button, doesn't matter which one, the file goes to frame 25 out of 30 and stays there. When I click on one of the buttons it goes to the proper frame, but as soon as I roll my mouse off of that button it returns to frame 25. Any suggestions? (or any way I could make this whole thing easier on myself?)
Thank you in advance.
I've made a menu in Flash 8 using invisible buttons to go to different frames of the .swf, depending on mouse over and mouse release. My as coding is very simple:
buttonname.onRollOver = function(){
if (_currentframe = 1){
gotoAndStop (2)}
}
The file loads just fine onto frame 1, but when I roll the mouse over a button, doesn't matter which one, the file goes to frame 25 out of 30 and stays there. When I click on one of the buttons it goes to the proper frame, but as soon as I roll my mouse off of that button it returns to frame 25. Any suggestions? (or any way I could make this whole thing easier on myself?)
Thank you in advance.