ykaerflila
10-14-2002, 04:33 PM
I'm just looking for a simpler way to handle a problem I've ran into before.
I got a movie I made several months ago. when I first made it I had no intention of using it else where. Recently that changed and i needed to incorprate that movie into another I am currently making.
Problem is Inside the old movie we'll call it professional.fla there is only one frame on the main time line containing a movie clip called "prof mov" inside that is all of the content. piticulary four buttons that are the menu. these four buttons controll the the movement of text. ie bascialy when you click one of the buttons it moves one peice of text out of the way and another one in. through motion tweening. also those four buttons move out of the way of the text so there is aobut a 120 frames and about 10 lines of code on every 10th frame. so when you click a button the instance name is something like _level0.profmov.Emotion now I want to add this into another movie and I cannot duplicate the same instance about I need to convert the above instance to _level0.resume.profmov.Emotion.
Just so you know I did actually find a way to take care of my prob I was just wondering if there is a way to change the name of that one instance that occures probably 100 times in 120 different frames. without just finding the frames and pasteing.
any idears
Thanks
I got a movie I made several months ago. when I first made it I had no intention of using it else where. Recently that changed and i needed to incorprate that movie into another I am currently making.
Problem is Inside the old movie we'll call it professional.fla there is only one frame on the main time line containing a movie clip called "prof mov" inside that is all of the content. piticulary four buttons that are the menu. these four buttons controll the the movement of text. ie bascialy when you click one of the buttons it moves one peice of text out of the way and another one in. through motion tweening. also those four buttons move out of the way of the text so there is aobut a 120 frames and about 10 lines of code on every 10th frame. so when you click a button the instance name is something like _level0.profmov.Emotion now I want to add this into another movie and I cannot duplicate the same instance about I need to convert the above instance to _level0.resume.profmov.Emotion.
Just so you know I did actually find a way to take care of my prob I was just wondering if there is a way to change the name of that one instance that occures probably 100 times in 120 different frames. without just finding the frames and pasteing.
any idears
Thanks