mike23
mike23

Reputation: 1312

How do I make the background of a component transparent in Flash

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

Answers (2)

KemanoThief
KemanoThief

Reputation: 617

You should use a MovieClip-style button. They have tab access too.

Upvotes: 0

soulseekah
soulseekah

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

Related Questions