Reputation: 1312
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
Upvotes: 0
Views: 590
Reputation: 617
You should use a MovieClip-style button. They have tab access too.
Upvotes: 0
Reputation: 9162
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?
Upvotes: 1