[thelist] Flash button

Benjer futureweb at macmail.com
Thu Jan 23 05:10:01 CST 2003


>When I move the mouse between b1a and b1b, there is a definite flicker.

Can u place the buttons into their own MC - 'mcButtons'?.

ON MAIN NAV:

On(rollover){
    mcButtons.gotoAndStop(2);
}

in mcButtons:
STOP on frame 1 (EMPTY)

Frame 2 has your SUBMENUS on a layer.

On Layer underneath them place a big Invisible Button
(JUST PLACE A GRAPHIC IN THE HIT FRAME - good idea to not overlap the Main
Menu)

On that button:

On(rollover){
this.gotoAndStop(1);
}

Hope that helps.

benjer







More information about the thelist mailing list