Easy flash question? Text buttons.

Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default Easy flash question? Text buttons.

    I'm making a flash movie that has 7 text buttons the user can click.
    When they roll over one of these buttons a sub-menu appears to the right
    of that button with maybe 6-8 more text buttons the user can then click.

    So basically I've created about 40-50 text buttons that all live in the
    library.

    Today, my supervisor comes in and she doesn't like how the font or size
    is looking on the web. She wants it a little larger, and maybe a
    different font.

    I must have made this movie wrong from the start because that means I
    have to go edit every Up, Over, Down, and possibly, Hit state for each
    button?

    Because if I edit the first state (Up), like change the size of the
    font, change it's typeface, etc., the next state (Over) is still the old
    style. So I have to change all three states to get the text to where my
    supervisor wants it.

    That means over 150 changes!

    What did I do wrong? Isn't there an easier way to make a change once to
    a symbol and have it change in all three states automatically?

    As you can see, I'm quite new to Flash.

    What I did was type out the word or words for the button, Converted to
    Symbol, chose button, and then double clicked the word and went through
    the Up, Over, Down, Hit for each button. I did this about 40-50 times
    for each separate button, cause none of them are the same.

    Thanks!!
    Steve
    Steve K Guest

  2. Similar Questions and Discussions

    1. Flash + ASP easy question
      Hello! This is my 1st time doing Flash + ASP integration. Each time i see a tutorial using this 2, all i see is: Flash has dynamic fields with...
    2. IFRAME AND FLASH BUTTONS QUESTION?
      To all the pro dreamweaver and flash users.I have a question ,that couldn't be answered for awhile.I'm making this site using dreamwer and using...
    3. Display combo of jpg, text, buttons in Flash
      I am trying to create a Flash ecommerce site and wondering what the best approach is for displaying lists of products where each is a combination of...
    4. No text on flash buttons
      I have nav buttons made with flash mx 2004 and the text does not show up on the buttons in Netscape 7. but its fine in I.E how can I get this text...
    5. Easy Flash text
      Hello, Do you know an easier macintosh program to create simple flash text than FlashMX? I'm a bit lost... Thanks for help Diane, Paris
  3. #2

    Default Re: Easy flash question? Text buttons.

    You sould have written the text, and converted it to a graphic.
    then convert this graphic into a button instance. Then you only have to
    change one instance of text for each button.

    Better still you should have made a movie clip containing a dynamic text
    field. on the layer above the text place a button with only a hit frame.

    then you can use actionscript (duplicatemovieclip) to duplicate one
    instance of the button and then change its text by
    <buttonName>.<txtfieldname>.text = "my button 1";

    this way you only have to make one change, to one button, and your
    filesize is considerably reduced.

    Andrew



    Steve K wrote:
    > I'm making a flash movie that has 7 text buttons the user can click.
    > When they roll over one of these buttons a sub-menu appears to the right
    > of that button with maybe 6-8 more text buttons the user can then click.
    >
    > So basically I've created about 40-50 text buttons that all live in the
    > library.
    >
    > Today, my supervisor comes in and she doesn't like how the font or size
    > is looking on the web. She wants it a little larger, and maybe a
    > different font.
    >
    > I must have made this movie wrong from the start because that means I
    > have to go edit every Up, Over, Down, and possibly, Hit state for each
    > button?
    >
    > Because if I edit the first state (Up), like change the size of the
    > font, change it's typeface, etc., the next state (Over) is still the old
    > style. So I have to change all three states to get the text to where my
    > supervisor wants it.
    >
    > That means over 150 changes!
    >
    > What did I do wrong? Isn't there an easier way to make a change once to
    > a symbol and have it change in all three states automatically?
    >
    > As you can see, I'm quite new to Flash.
    >
    > What I did was type out the word or words for the button, Converted to
    > Symbol, chose button, and then double clicked the word and went through
    > the Up, Over, Down, Hit for each button. I did this about 40-50 times
    > for each separate button, cause none of them are the same.
    >
    > Thanks!!
    > Steve
    Andrew Bullock Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139