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 following statements set the _alpha
property of a text field named text1
to 30%.
on(release) { text1._alpha = 30; }