Link to home
Start Free TrialLog in
Avatar of loyaliser
loyaliserFlag for United States of America

asked on

customizing a flash

i have flash mx and would like to customize the "flash kit" text that appears in this flash:

http://www.flashkit.com/movies/Effects/Text_Effects/Text_Eff-LAbdul_-4686/index.shtml

i want to take that piece, change the font/colors/etc. and use it for a button, so when mouse moves over the button text will act that way...

need step-by-step instructions, if possible.

thanks!
ASKER CERTIFIED SOLUTION
Avatar of rootdir
rootdir

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chill0123
chill0123

After downloading and looking at the source code for this .fla, it is apparent that this classic frame by frame animation might be a little time consuming... but you could do the following...

- open up your .fla (flash file) and the Flash Kit .fla

- in the Flash kit file, highlight the layer(click on it) that contains all of the frames and click on edit > copy frames

- in your file, click on insert > new symbol

- give it a name and make sure "movie clip" is checked

- highlight/click on the first and only layer and select edit > paste frames

- add a layer to the movie clip and make sure that it is placed above the flashkit layer

- in the new layer draw a square that covers the flashkit animation

- click on the new layer/highlight it, and select insert > convert to symbol ... make sure "button" is checked

- double click on the square and press F6 in the last box of the button... then hightlight the first three boxes and hit shift+F6 to clear those frames

You should now have a movie clip with an invisible button inside of it...  go back to the main screen and insert your new movie clip on to the stage...  Resize, flip, and change the Alpha to your hearts content...  

To customize the letters, you should go into the Library and double click on the letters you want to change...  edit them from there, that the change will effect any instance of that letter in the movie clip...  That is a little easier than clicking on every letter in every frame of the movie...

I would suggest this "Answer" instead of the proposed "Comment" by rootDir, because you can latter give the movie clip a name and change it around by using ActionScript...  You can't reference a button like you can a movie clip...

hope this is a little more precise...

chill
I think my comment is correct.

1. U will get button(over) effect that's what u are looking.

2. Anyway you can reference this button through actionscript.

3. Even you can take flashkit movie on stage with actionscript reference.
Avatar of loyaliser

ASKER

thanks rootdir... that did the job!

to chill0123: i actually ended up using similar techniques as you mentioned before your post... thanks for posting, and sorry for missing "the draw".

now the only problem is having to change the text frame-by-frame so i can put my own words in!

thanks all!
U can create your own movie and place it. Just take flashkit movie as template.

U have to do like that because u are dealing with charaters not a string.

Cheers
RootDir
on a side note... isn't there a faster way of doing this (changing the text to my own text) without having to edit frame-by-frame - some plugin perhaps?