simple problem here is my code first
Intro_btn.addEventListener(MouseEvent.CLICK, Click);
function Click( event:MouseEvent):void {
gotoAndStop("what to put here?");
}
and was wondering what do i place in the 'what to put here section so it goes to the next frame instead of a specific frame?