HI.
I feel a little stupid here, but I need to check if a timeline is playing with javascript and then do something.
So this is what I tried and I’m doing something wrong, or my use-case is irrational:
if hypeDocument.isPlayingTimelineNamed('box') {
hypeDocument.showNextScene(hypeDocument.kSceneTransitionCrossfade, 1.1); };
The project:IsItPlayingOrNot.zip (22.0 KB)
Any ideas?
Thanks