Skip to main content
September 14, 2009
Question

How to set alpha or transparency of ComboBox

  • September 14, 2009
  • 1 reply
  • 545 views

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

This topic has been closed for replies.

1 reply

September 14, 2009

Nevermind, I solved it by not using _root. in front of the combobox name.

Does anyone know how to set the alpha of the background only of a combobox? Currently the entire combobox is being faded so the text and border is hard to see.