MarkHunte
(Mark Hunte)
2
In the parent page you want.
HYPE.documents[hype2stage].startTimelineNamed('Main Timeline',HYPE.documents[hype2stage].kDirectionReverse);
In the Hype function you want.
window.hype2stage = hypeDocument.documentName()
Have a look at
Also you should read the documentation on the Hype API which will tell you what each API does and returns.
And you may then understand why you cannot chain in the way you were trying..
hypeDocument.documentName().currentSceneName().currentLayoutName();
Note I do not have nor have used Captivate.
3 Likes