Control Hype .HTML from Smartphone .HTML

Yes. There is a post that explains all about accessing another document outside of another. Every document comes with a global variable that can be accessed outside of it. For example, if my document is called "test" and I exported it. I would be able to access it by using

HYPE.documents['test'].showSceneNamed('aScene');
1 Like