Forum Replies Created

  • Allard Rothengatter

    October 7, 2016 at 12:10 pm in reply to: Set marker comment using .jsx script file

    Thanks Dan,

    Will dive into it right away. One more question though. I need to add markers to several layers plus the comp itself. Do you know how to select layers by name in the JSX script.

    Bit of background info on this specific question: I have a textfile containing a JavaScript object consisting of titles and normal text. I’d like to be able to load this text instead of copying all data manually.

    The text file looks as follows:

    var mainData = {
    "titles" : {
    "0;00;05;00" : "Title one",
    "0;00;10;00" : "Title two",
    "0;00;15;00" : "Title three",
    }
    "text" : {
    {
    "inpoint" : "0;00;06;00",
    "outpoint" : "0;00;09;00",
    "bullets" : {
    "0;00;06;00" : "Bullet number one",
    "0;00;07;00" : "Bullet number two",
    "0;00;08;00" : "Bullet number three",
    }
    },

    {
    "inpoint" : "0;00;11;00",
    "outpoint" : "0;00;14;00",
    "bullets" : {
    "0;00;11;00" : "Bullet number one",
    "0;00;12;00" : "Bullet number two",
    "0;00;13;00" : "Bullet number three",
    }
    },

    }
    }

    In the object above, markers for the titles section need to be added to say layer(‘title’) where the timecode is the key. The “text” section first needs to add two markers to the comp, triggering an animation, at the in and outpoint. Next the “bullets” need to be added at the corresponding times to the layer(‘bullets’) where the timecode is the key again.

    Any clue on how to achieve this?

    Thanks again!

  • Allard Rothengatter

    September 11, 2015 at 11:39 am in reply to: Get position on timeline from other comp

    Thanks!!

  • Allard Rothengatter

    September 11, 2015 at 11:02 am in reply to: Get position on timeline from other comp

    Alright, and based on the comp start time in the main timeline do some maths to figure out the start point for the animation?!

    Thanks for pointing me in the right direction. Will dive into it…

  • Allard Rothengatter

    July 16, 2015 at 10:42 am in reply to: Fill object with symbols

    Sounds like a reasonable solution after creating a random pattern of circles.

    Thanks.

  • HI Walter,

    Sounds like a usable solution. Will give this one a shot.

    Thanks.

  • That is of less inportance as long as I can detect the “out” moment of the element(s).
    It might come in handy though.

    Thanks!

  • Dan,

    This is exactly what I was looking for.

    Thanks a million for the lightning fast response to my vaguely worded question 😉
    I’ve made some minor adjustments to trigger the animation 2 secs. before the marker.

    But it works like a charm now. No need for me to adjust keyframes in multiple comps anymore.

    Thanks again!!

    Cheers,
    Allard

  • Allard Rothengatter

    October 29, 2012 at 7:32 am in reply to: Creating blinking eyes using expressions

    Hi Ben,

    That’s exactly what I was looking for,
    Thanks for pointing me in the right direction!

    Cheers,
    Allard

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy