Hello!
Usually, when I'm using Symbols with ID's and their own Timelines, the procedure is that:
var symb = hypeDocument.getSymbolInstanceById("Circle");
symb.startTimelineNamed("circleTimeline" );
but, if I've defined Symbols as a Class, how can I excetute their Timelines?
Thanks!
ktewes
(Kalle)
2
Two ways:
- Start via Script
- Start via Custom Behavior
startSymbolTimeline.zip (22.3 KB)
1 Like
h_classen
(Hans-Gerd Claßen)
3
a symbolinstance will always own a unique id.
let id = sceneEl.querySelector('.yourClass').id
3 Likes
Great!
Thanks!, amazing Technical Support!
2 Likes
ktewes
(Kalle)
5
Always one step smarter and easier. That´s what I like this forum for...

2 Likes