[AS3] Combobox numerical values
I currently have 2 combo box on stage. I have added all the labels and some data to these combo boxes, through properties tab. what I want to do is a mathematical operation with the numerical values assigned to each label in the combo box, so I can for example multiply the numerical value assigned to a label in the first combo box and multiply it by another numerical value in the second combo box.
How can I do this?
Thanks in advance!
|