Nander
Nander

Reputation: 1

change the transparency of a movieclip object

i've a MovieClip and i would like to change the transparency of this movieclip how can i do? Thx.

Upvotes: 0

Views: 2443

Answers (1)

enduro
enduro

Reputation: 1039

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

name_MC._alpha = 50;

Upvotes: 2

Related Questions