Changing scenes and appearing somewhere in between

Hello everyone! Im a designer, so I don't use too much java script or html, but I'm having a problem with changing scenes. I created a webpage with hype and fixed my menu into view, but when I scroll a bit and then change to another page (scene), it redirects me to the correct scene but not on the top, it appears somewhere in between, depending on how much you scrolled. How can I fix that? I need it to redirect to the top of the page as I change site (scene).

window.scroll( 0, 0 )

on sceneload should work.

you can do a forumsearch for further explanation