Play Frame To Frame

In this bit of code is there anyway to adjust the gotoAndPlay Command to play from frame 114 to frame 200. Are there any commands that will do this. I want it to play from frame 114 to frame 200 when a button is pressed. Thankyou in advance for any help


button2.addEventListener(MouseEvent.CLICK, gotoButton2);
function gotoButton2(event:MouseEvent):void
{
gotoAndPlay(114);

}