/ Published in: ActionScript 3
Whenever experiencing trouble with alpha-tweening a MovieClip that contains (Dynamic) TextFields (TextField remains visible after tweening the MovieClip to alpha = 0), try setting the MovieClip's BlendMode to LAYER.
Expand |
Embed | Plain Text
mc.blendMode = BlendMode.LAYER;
You need to login to post a comment.
