A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: make text box invisible?

  1. #1
    Junior Member
    Join Date
    Apr 2005
    Posts
    5

    make text box invisible?

    I can't click load a flash movie and get a text
    box to go invisible....seems simple enough

    here are the steps I've tried

    To recreate...

    1) draw a dynamic text box on frame called txt1
    2) add action script to frame
    txt1._visible = false;
    3) play flash movie and you will see dynamic text box is still there

    this is my last ditch effort...
    thanks for any help getting my text box to disappear!

  2. #2
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890
    Convert that dynamic text box into a movieclip (mc1).
    Use this script: mc1._visible = false;.

  3. #3
    Junior Member
    Join Date
    Feb 2005
    Location
    Stockport, UK
    Posts
    22
    Aha! I'd wanted to make some text that fades in, and this method works for that too! Although it only seems to work for regular text, not dynamic text?
    Just five more minutes...

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