I am designing a website for somebody. At one point I have a person's resume, and its too large to fit all on one page. I made a couple buttons on that page to go to different frames that contain different parts of the resumé. For some reason the code isn't working. I have the same actionscript for the entire website. is it a problem that the buttons exist in only some frames?
Code:
theater_btn.onRelease = function(){
gotoAndStop(11);
}
modeling_btn.onRelease = function(){
gotoAndStop(12);
}
training_btn.onRelease = function(){
gotoAndStop(13);
}
skills_btn.onRelease = function(){
gotoAndStop(14);
}
"Judge a man by his questions, not by his answers."
-Voltaire