I am designing a website for somebody.
On a certain page I show the person's resume. It is too big to fit all on one page, so I made some buttons going to different frames containing different sections of the resume.
For some reason, the buttons don't work. is it because they only exist on a few frames? The actionscript is the same for the whole website.
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