Flash Navigation
Flash Navigation
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- kinetic0
that's pretty easy
on the root, you have all the buttons
then you have a movieclip that contains your sub navigation....different frames contain the different sub navs, just separate them by keyframes and put labels on the frames
then, on your main buttons do
buttonName_btn.onRollOver = function() {
subNavMovieClipContainer_mc.goto...right?