Forum Replies Created

Page 6 of 6
  • Ilya Sire

    June 10, 2015 at 8:09 pm in reply to: Random speed of time

    Hi Dan,

    How to use this random value to linear() time?

    Thanks
    Ilya

  • Ilya Sire

    April 26, 2015 at 5:33 pm in reply to: If condition once

    Thank you very much for solving my case Dan. It works perfectly. 🙂

    Sire

  • Ilya Sire

    March 26, 2015 at 6:43 am in reply to: Random speed of time

    Ah yes!! i cant write like this.
    Thank you!

  • Ilya Sire

    March 26, 2015 at 3:07 am in reply to: Random speed of time

    T = time;
    substr(0,T);

    how can i make T running randomly speed? so the letters come sometime fast or slow.

    i got this similar result from your solution but this using slider to control speed. How to convert it using speed min or max value?

    Thanks
    ilya

    slider = effect("rpm")("Slider");
    accum = 0;
    f = timeToFrames(inPoint);
    while (f < timeToFrames()){
    accum += slider.valueAtTime(framesToTime(f));
    f++;
    }
    accum*thisComp.frameDuration*60 //60 what is that?

  • Ilya Sire

    March 25, 2015 at 2:09 pm in reply to: Random speed of time

    is this possible to do? please…

Page 6 of 6

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