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 …
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 …