Hey Brisa or anyone of you geneous' out there - I need help with this one now!
I just applied the transparent background code from Brisa but now I want to make the rollovers a20% alpha.
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!