AS2 gotoAndPlay Question

Hey all, I’m sure this has gotta be easy, but I can’t figure it out…

So I have this movie and everything seems to be working fine. My actionscript calls “gotoAndPlay(frame)” depending on what button is pressed. These frames that are called will all play 110 frames and then are being stopped on the main timeline. What I want to do is have it so that I play until that 110th frame and then I can make something happen in my .AS file…

Is there a way to do a gotoAndPlay(3 to 113) or a

gotoAndPlay(3)
atFrame(113) { do this }