![]() ![]() | |
Flash Player 6.
my_txt._alpha
Property; sets or retrieves the alpha transparency value of the text field specified by my_txt. Valid values are 0 (fully transparent) to 100 (fully opaque). The default value is 100.
The following code sets the _alpha property of a text field named text1_txt to 30% when the button is clicked:
on(release) {
text1_txt._alpha = 30;
}
Button._alpha, MovieClip._alpha
![]() ![]() | |