The problem of adding frames

Hi all! I have a new problem, I wasn’t able to solve it. Please read the description below and try to help me. I finished my work in a long movie, 300 frames, with alot of internal movie clips and action scripts. Now, I need to add frames to the movie, but many action script codes will not work again after adding these frames, because they are pointing to defined frames, like the following code:gotoAndPlay(32);So, I want a method to add frames and keep these codes working! Are there any method to do that?!I hope so. waiting ur repliesThanks

Yeah that sucks, when I make a animation I label my frames so that if I have to go back and add stuff it still works.

So you have to add your frame and either label them or change all of the numbers! Also if you do not know how to load frame labels


//The frame label is obviously intro
gotoAndPlay("intro")