Yes, I am asking how do utilize a combo box in Flash and yes I know thats pretty low of me, but hey, were all here to learn right?
Anyways, Ive read the Flash help and it hasnt given me much help, so Ive decided to come to my favourite source of Flash help which was here
So I have this combo box that has a list of items in it , and all I want it to do is simply display the selected item into a Dynamic Textbox with the var 'text'
I tried using the getValue() ; and that seemed to work ... sort of.
So if anyone could please tell me how to go about using these things, it would be greatly appreciated
I got bit by these too.
I had a dropdown that had a list of things. I named it "Ltype"
Put this code in the first frame (keyframe)
You will need to change the values and such to fit your needs of course, but this should help you get going.
I think the problem is that there is no values in the dropdown.
I inserted some values (Data) in the dropdown and I was able to get the textbox to show the names. See if that helps.
OH I understand it now , I thought that might have been the reason, but when I was reading up on combo boxes in the Flash Files, they didnt use the Data part of the combo box and so I suppose I got confused and assumed I didnt either