you also use this command
gotoAndStop(frame number or "frame label") frame label this number of frames you named in label proberty to access them in code quickly and accurate.
من قبل
Abdul Rehman Janjua , Senior Adobe flash action script expert , Decker Intellectual Properties Inc
First create labels on time line at the specific frame you want to jump. Then in method you are calling to jump at that frame put this code:
gotoAndStop("FrameLabel");