//playBtn.addEventListener("click", startgame);
//nextBtn.addEventListener("click", nextPage);
//prevBtn.addEventListener("click", prevPage);
//nextBtn2.addEventListener("click", nextPage2);
prevBtn2.addEventListener("click", prevPage2);
mainBtn.addEventListener("click", mainPage);
//playmainBtn.addEventListener("click", mainPage2);
//function startgame(event){
// this.gotoAndStop(4);
//}
//
//function nextPage(event){
// this.gotoAndStop(2);
//}
//function prevPage(event){
// this.gotoAndStop(1);
//}
//
//function nextPage2(event){
// this.gotoAndStop(3);
//}
function prevPage2(event){
this.gotoAndStop(2);
}
function mainPage(event){
this.gotoAndStop(1);
}
//function mainPage2(event){
// this.gotoAndStop(1);
//}
//
//
//stop();
WFT??? i think this is for a game I'm workin on