Ask a Question related to Macromedia Flash, Design and Development.
-
Steve K #1
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
-
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... -
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... -
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... -
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... -
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 -
Andrew Bullock #2
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!!
> SteveAndrew Bullock Guest



Reply With Quote

