Jump to a time in another scene

hi,

you’ll need a global var …

button

time = yourdesttime

scene b onsceneload

hypeDocument.goToTimeInTimelineNamed(time, 'yourtimelinename')

you may work around js by using persistant symbols … depends on your needs …

1 Like