PDA

View Full Version : Creating a Combo Box Navigation Menu


bradjohnson316
08-23-2005, 06:04 AM
Hello,

I have a flash book and I'm just creating a combo box navigation menu that will cycle through the flash pages.

I have created the labels and the data for the labels, however; I'm not sure if there's what action script I need to add to get the combo box to work. I tested the movie and the combo box shows no data in the test movie.

I'm very new to Flash so I'm not too sure what to do next. Any help will be appreciated.

Thanks in advance,

Brad :)

Septunas
08-24-2005, 04:33 AM
Hi,
The easiest way to show data in your combobox is :
to drag a combobox on stage, than go in the property table to labels, double click it, press the "+"symbol for each item you need. There will be written :defaultValue, change that to what you want and test movie. That should work.