How can I make the background of the Button component transparent in actionscript (or remove it completely) ?
I'd like to show a Button component with only the text label, no background, no border.
ps. I'm using AS2
How can I make the background of the Button component transparent in actionscript (or remove it completely) ?
I'd like to show a Button component with only the text label, no background, no border.
ps. I'm using AS2
I think there is no way to do that, since it is a ready-made component. Why not make a MovieClip and use Mouse Events?