Flash... What is wrong with my buttons?

Jay W

New member
i have 4 buttons which are only displayed on the media page. those 4 buttons are links to 4 pages. now on those 4 pages there3 is only a back button leading back to the media page. now the problem is only the first button works. now i have checked profusely and all code and all buttons and all pages are exactly the same bar the change in name. what factors are there to consider when linking buttons to pages apart from... frame name/ button name & :
btnHome.onRelease = function(){
gotoAndStop("home");
}.


all action script is on one layer apart from on each named frame(page) has got - stop(); on it.

any help will be appreciated
 
Back
Top