A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Masking dynamic txt fileds?

  1. #1
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    Is there a way to mask dynamic txt fields?

    Cheers

  2. #2
    Senior Member
    Join Date
    Aug 2002
    Posts
    191
    for dynamic text masking should be done at runtime. check out the sample codes provided by Macromedia.

  3. #3
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320

    Smile

    WEY HEY am a sorted :) :)

    I am using Flash mx and i t would seem with flash mx i can give dynamic txt fields instance names :)

    onClipEvent (enterFrame) {
    if ((_root.win3mx == true) && (_root.win3.win3dis._y>=-37)) {
    _root.win3.win3dis._y -= 5;
    _root.win3.gbdata.gbfield._x = 300;
    }
    }

    onClipEvent (enterFrame) {
    if ((_root.win3mx == false) && (_root.win3.win3dis._y<=94)) {
    _root.win3.win3dis._y += 5;
    _root.win3.gbdata.gbfield._x = 0;
    }
    }

    If you can't mask it just move it out of sight :) :) :)

    Cheers for the help

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