>I have about 16 items that I want to list. I worked around the
>limitation(?) by having two menus(Articles and ArticlesCont'd) with
>8 items in each. Not very Mac like!
>
>Questions:
>1. Is there a limit to the number of items of a menu for us hobbyists?
>2. If so, is there a more elegant way to overcome the limitation?
Hi,
An example I use :
If each item choice goes to a different card, you can have the
following script:
on menuPick which
go to card which
end menuPick
Where 'which' is the name your gave to the cards corresponding to the
menu items.
--
Beruvin