Href to jumpToScene

Sorry if this has been asked before, but I could not find it.

Is it possible to make an a href tag act like a jumpToScene action? Example:
<a href="hypeDocument.showSceneNamed('sceneName')" = "">

Maybe there's another way to make a piece of text inline with other text act like an <a href:....></a>

Put me out of my misery please.

you're mixing js with html-tags :slight_smile:

a js solution would be: getHypeDocument()

some more enabling also href: Linking to a specific scene from inside and outside of a Tumult Hype document

3 Likes

Thank you @h_classen !