Forum Replies Created

Page 1 of 3
  • Madli Man

    September 2, 2014 at 6:41 am in reply to: Access to Effects List

    Thank you Mr. Dan.

    It work perfectly! I just need to value for On and Off.

    Thank you very much for your help. 🙂

    Madliman

  • Madli Man

    May 23, 2014 at 6:05 am in reply to: Time Remap Random Offset

    Thank you mr Dan. it works perfectly. 😛

  • Madli Man

    May 22, 2014 at 7:14 pm in reply to: Text Character Index

    ah yes. it might useful too.

    Thank you mrDan

    Madliman

  • Madli Man

    May 22, 2014 at 6:56 pm in reply to: Text Character Index

    Thank you Mr Dan. 🙂

  • Madli Man

    February 23, 2014 at 9:58 pm in reply to: Scale layer to push other layer position

    Thanks Mr Dan. Work as usual 🙂

  • Madli Man

    February 20, 2014 at 6:19 pm in reply to: Reverse CC Composite Value

    ah..weird. its work!

    Thanks Dan.
    Mad

  • Hi Dan,

    Just found this thread. This is something i wanted to do long time ago. havent found the trick. 😛

    I have situation here:
    I found this code: that calculate degrees from position.velocity. I use linear to animate position. how can i merge this code to make animated current position to angle control? something like direction.

    Thanks
    Mad

    v = position - position.valueAtTime(time-thisComp.frameDuration);
    radiansToDegrees(Math.atan2(v[1],v[0]))

  • Madli Man

    October 13, 2013 at 5:25 pm in reply to: Invisible Turn

    Ah… i get it.

    if ("otherlayer".toCompVec([0, 0, 1])[2] > 0 ) value else 0

  • Madli Man

    August 10, 2013 at 3:36 pm in reply to: Motion Trails with Random Position Seed

    Thank you Mr.Dan.

    its worked. Much appreciated. 🙂

    Madli

  • Madli Man

    August 9, 2013 at 6:59 pm in reply to: Motion Trails with Random Position Seed

    Hi forum,

    Just one more quick question. How can i adjust this random value either min or max value.
    eg:
    min =-180;
    max = 180;
    random either one of these 2 value not between them.

    Thanks forum.

    seedRandom(index, true);
    min = -5;
    max = 5;
    z = random(min, max);
    ...current expression... + [0,0,z];

Page 1 of 3

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