Hey guys, new to Hype and not experienced with JavaScript. I’m trying to create a menu built in Hype that is pinned to the top of the page. The main body of the page is also built in Hype so when you click on an item in the menu, I want the page to refresh with a new scene. I don’t know if this is the right approach, but the simplest way for me to set it up was to have both Hype docs in separate divs in the HTML with the menu div locked to the top using CSS, so the body content div can scroll freely under it.
The question is how to load a different scene in the main body Hype document from a click event in the menu Hype document. Thanks in advance for any guidance!