boze
10-04-2004, 03:25 AM
what's the difference between:
menu1_sub = [{label:"Bios"}, {label:"Press Clippings"}, {label:"Magazine Covers"}]; and a normal array of strings? does this create a new obj called "label" on the fly or something or are they just var names and values?
can somebody give me a tiny snippet of how you'd use something like this?
i'm still smurfing around with my AS menu and every little shortcut helps....
menu1_sub = [{label:"Bios"}, {label:"Press Clippings"}, {label:"Magazine Covers"}]; and a normal array of strings? does this create a new obj called "label" on the fly or something or are they just var names and values?
can somebody give me a tiny snippet of how you'd use something like this?
i'm still smurfing around with my AS menu and every little shortcut helps....