开发者

change the transparency of a movieclip object

开发者 https://www.devze.com 2022-12-24 05:04 出处:网络
i\'v开发者_运维知识库e a MovieClip and i would like to change the transparency of this movieclip how can i do?

i'v开发者_运维知识库e a MovieClip and i would like to change the transparency of this movieclip how can i do? Thx.


Using the _alpha property should do it. 0 = completely transparent, and 100 = opaque.

name_MC._alpha = 50;
0

精彩评论

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