A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: dynamic text and masking

  1. #1
    Senior Member
    Join Date
    Jan 2003
    Posts
    332

    dynamic text and masking

    i have some text that sits in an area that scrolls so it is under a mask.
    the client has now asked that the text be dynamic but it seems to me
    that dynamic text wont show up under a mask. does anyone have any
    work arounds or solutions to this ?

  2. #2
    Interactive Designer
    Join Date
    May 2006
    Location
    Connecticut
    Posts
    154
    yeah as far as i know you cannot mask dynamic text.

    There must be some way around it. I assume if your looking to scroll the text in a scroll area, you would have to use manual components. And for animation, i would most likely guess you would be using actionscripted animation's instead of regular timeline.

    mike

  3. #3
    Junior Member
    Join Date
    Aug 2004
    Posts
    25
    the previous poster is wrong.. it can be done.
    doing a google search will get you the answer!

    don't try to mask using the layers...
    make your mask into a symbol and name it "mask_mc"

    text_clip.setMask(mask_mc);

    and voila!

  4. #4
    Senior Member
    Join Date
    Jan 2003
    Posts
    332
    brilliant !

    bloo you just saved me from one of those embarassing about-faces in front of a very important client. cheers !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center