Hi,
I have a combobox and 4 movie clips.The names of the 4 movie clips are Mango,Orange,Grapes,Melon.I have 4 labels in the Combo box called Mango,Orange,Grapes,Melon.The data for the combo box is mango, orange,grapes,melon respectively.Now when i click and Release these movie clips,i want the combo box to highlight the clicked movie clip label.I have provided the Labels and the data for the combo box by using the Properties Inspector and NOT BY using the actionscript.
For example,if i clicked the Mango movie clip,i want the Mango label to be highlighted.If i click on the Orange movie clip, I want the Orange label to be highlighted.If i click on the Grapes movie clip, I want the Grapes label to be highlighted and If i click on the Melon movie clip, I want the Melon label to be highlighted.
I would greatly appreciate it if anyone can help me with this problem.Thanks in advance.