spacesurfer
06-24-2007, 09:55 AM
Is there a way to create a global listbox as opposed to a local listbox?
I want to create a listbox that is accessible on all pages of my project.
For example, for my game Jeopardy, I choose 5 categories on the Intro page from a 10 categories.
I need to store these categories in a list. When 5 are chosen, then the Play button is revealed. Clicking on that goes to the Question Board page.
Here, the page has to obtain the categories from the listbox and display them on the top.
The problem is that the listbox is not global, only local; so I can't use this method.
I want to create a listbox that is accessible on all pages of my project.
For example, for my game Jeopardy, I choose 5 categories on the Intro page from a 10 categories.
I need to store these categories in a list. When 5 are chosen, then the Play button is revealed. Clicking on that goes to the Question Board page.
Here, the page has to obtain the categories from the listbox and display them on the top.
The problem is that the listbox is not global, only local; so I can't use this method.