help whit link button
I have two projects with navigation buttons, when I click on the next button from the last frame of the first project it takes me to the first frame of the next project, how can I make the button before from the second project take me back to the final frame of the first project?
this.prevButton.addEventListener("click", fl_ClickToGoToWebPage_1);
function fl_ClickToGoToWebPage_1() {
window.open("../3 _Como_ocurre", "_self");
}
