开发者

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

开发者 https://www.devze.com 2023-01-21 20:16 出处:网络
How can I make the background of the Button component transparent in actionscript (or remove it completely开发者_如何学Python) ?

How can I make the background of the Button component transparent in actionscript (or remove it completely开发者_如何学Python) ?

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消