Instead, just use gotoAndStop(); or nextFrame();/prevFrame(); to browse between frames :P

gotoAndStop when targeting only a frame, would look like this:

gotoAndStop(frame_number);

Example:

gotoAndStop(2);