It is not possible to mask a dynamic text field trough the layers panel.
However, you are able to do this in the code. This requires the mask to be a MovieClip and is initiated like this:
AS3:
targetClip.mask = maskClip
AS2:
targetClip.setMask = maskClip
targetClip being the MovieClip that needs to be masked.
maskClip being the MovieClip that IS the mask.
2 comments
# sjim [Member]
on 15/06/09 at 21:37
comment2
Leave a comment
Top Rated
- Adobe CS4 Ttrailer Video (2.6) 10 votes
- Speed Up Your Photoshop Work (2.5) 17 votes
- Masking Dynamic Text Fields in AS3 (2.5) 21 votes
- 84 FREE Stockphoto Sites [Saturday List] (2.5) 16 votes
- Free Directory Submissions Made Quick and Easy (2.5) 20 votes


