Loading currentframe +1

I have an animation

first frame:
ifFrameLoaded (140) {
gotoAndPlay(2);
}
Now the animation is loaded and i need to play frame 30 if 30% is loaded form the rest of the movie.

How can I do this?