movie clip editing
Author:
cfz
03 12th, 2010 in
sbbbs.com
edit
I have created a movie clip with an hover over caption. I want to copy it several time. I am copying an instance of it on the stage, but as soon as i edit the text on my copied movie it alters the original movie clip as well. Is it possible that when i copy my origirnal movie clip, and edit the copied one, it does not affect the original movie clip?
Please help
Thanks
//where captionClip is the main movie clip, and captionWords the dynamic text box
captionClip1.captionWords.text="Text for the first caption instance.";
captionClip2.captionWords.text="Text for the second caption instance.";
captionClip3.captionWords.text="Text for the third caption instance.";
and so on. :)
only thing to look for is, if you have any instances used in this button, i.e. a graphic as background, or a movieclip for the text, u need to change this...
So basically you are saying that duplicate the movie clip, create a new instance of the duplicated movie clip and edit that and all the action scripting linked with it? Do you by any chance, know a faster way around that. Caz i have sixteen buttons to do.
cheers
#If you have any other info about this subject , Please add it free.# |