jmgraffix
08-05-2007, 03:49 AM
I'm using Flash Pro 8 and need something written in AS2 to allow for an alpha style for the "selectionColor" and "rollOverColor" properties.
I currently have this for the colors (which work) but I want to make the colors 20% alpha:
_global.styles.ScrollSelectList.setStyle ("rollOverColor", 0xF0FF00);
_global.styles.ScrollSelectList.setStyle ("selectionColor", 0x1228F6);
Any help on this will be gratefully appreciated!
:)
I currently have this for the colors (which work) but I want to make the colors 20% alpha:
_global.styles.ScrollSelectList.setStyle ("rollOverColor", 0xF0FF00);
_global.styles.ScrollSelectList.setStyle ("selectionColor", 0x1228F6);
Any help on this will be gratefully appreciated!
:)