Problem with stop/play composition control, lower down the hierarchy
Hi!
I have a variable for example 'POS'.
And there is a composition 'ONE', where on a layer is placed a composition 'TWO' with some layers inside and an animation on its timeline.
I need that as long as the POS variable is less than 1000, the animation in TWO is paused at 1m frames.
If POS is more than 1000, then the animation in TWO starts from the first frame until the end.
Tried 'Time remap' on comp "TWO" with '<1000' - 0;
and with '>=1000' - value; - doesn`t work correctly, `cose TWO starts playing not from 1st frame.
