Question
How to set alpha or transparency of ComboBox
Hi,
I'm using AS2 with Flash CS4. How can I change the alpha of a ComboBox?
I tried:
MyCombo._alpha = 25;
// and
MyCombo.alpha = 25;
but both have no effect on my ComboBox, it just appears to have the alpha set to 100.
Many thanks in advance