Hi people,
Link to capx = we.tl/t-lSHRQZshAl
There are two layouts. The first layout has a selection of 21 objects from which the user can choose 7.
When the user clicks on an object/icon a tick becomes visible on that icon.
The second layout puts each of their selection into a timeline of 7 icons.
In essence I need to get each icon that has been selected to show up on the timeline on the second layout.
So far I have had success setting the first icon on the second layout from the selection layout by setting a global variable to animation.frame and then setting that to the animation.frame of the first icon in the second layout but that's where my knowledge ends...
Seems like I need a way of doing some kind of ordered expression or something?