Forum Replies Created

Page 2 of 3
  • Madli Man

    August 4, 2013 at 1:44 am in reply to: Motion Trails with Random Position Seed

    Thank you Darby for quick reply.

    it work perfect. I add-on some expression in it.

    Thank you.

    rand=thisComp.layer("Control").effect("Position Random Seed")("Slider");
    delay = thisComp.layer("Control").effect("Delay")("Slider")
    min = thisComp.layer("Control").effect("Min Position")("Slider");
    max = thisComp.layer("Control").effect("Max Position")("Slider");
    seedRandom(rand, true);
    x = random(min, max);
    y = random(min, max);
    z = random(min, max);
    d = delay*thisComp.frameDuration*(index - 1);
    thisComp.layer(1).position.valueAtTime(time - d)+[x,y,z];

  • Madli Man

    June 30, 2013 at 4:34 am in reply to: animate to other layer position as target

    Yes. Thank you very much Mr Dan. Im studying alot expression. i can read and understand code but i cant write my own. i need kickstart code.

    Thanks Dan.

  • Madli Man

    June 29, 2013 at 6:33 pm in reply to: animate to other layer position as target

    Yey! Thank you Mr Ebberts! 🙂 Problem Solved

  • Madli Man

    April 9, 2013 at 6:20 am in reply to: Visible turn on per Character text?

    Thank you Dan. i guess character have less control with expression. i will try another way.

  • Madli Man

    April 8, 2013 at 6:16 pm in reply to: Visible turn on per Character text?

    oh hi mr.Dan,

    i use rotation on Y axis in side the animator1 with opcity espression selector. i never play around with text expression before.

  • Madli Man

    March 28, 2013 at 2:51 pm in reply to: move to layer position

    Omg. Im speechless. this code work just like what im imagine. thank you Mr Dan. i will work around with this code.

    again, THANK YOU MR DAN!!!!

  • Madli Man

    March 27, 2013 at 5:42 pm in reply to: move to layer position

    Oh hi again Mr Dan. im glad hear that you said that posible to do. timing can be control via slider or variable. let say, 5 sec and move on. if you could write some, i most appreciate it.

    Thanks Dan for replying.

    Mad

  • Madli Man

    January 3, 2013 at 11:13 am in reply to: Position point to rotation value

    anyway thank you for X rotate code Dan. 🙂

    madliman

  • Madli Man

    January 3, 2013 at 2:38 am in reply to: Position point to rotation value

    Dan, here is my file i would like to do.. for Y i think it work great. X rotation i tried to do so.. please guide me mr.Dan..

    5150_mappointing.aep.zip
    Thank you

  • Madli Man

    January 3, 2013 at 12:56 am in reply to: Position point to rotation value

    Thank you very much mr.Dan,

    code work for X position, but why cant we put same code to Y as height?

Page 2 of 3

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