hopefully an easy one…
first click this www.anobleworld.com/flash/InvestmentTools/SelectionTool_new.swf
when you click on the navigation tabs once… it no longer works…i.e. as you can see you can click all the way down, but you can’t do the opposite.
snapshot of my timeline… 
each frame has stop(); (menu_co… layer) if that helps… what am I doing wrong?
I really want to learn… so thanks in advance for your help.
system
2
use as following for the buttons onPress event
on(press){
gotoAndStop(theFrameYouWantToGo);
}
or else I think better to see the .fla
system
3
thats actually how i did the nav nishanthe…
on (release) {
gotoAndPlay(1);
}
from button 1 through 6 and
stop();
for every frame in another layer.
this is the fla…
www.anobleworld.com/flash/InvestmentTools/InvestorAnalytics_new.fla
thanks in advance for the help!
system
4
figured it out… takes time with these things 