Forum Replies Created

  • Taras Kosmachuk

    November 19, 2013 at 2:49 am in reply to: How to start an animation on event?

    It works just perfect! Thanks a lot!

  • Taras Kosmachuk

    November 19, 2013 at 1:07 am in reply to: How to start an animation on event?

    Hi Dan! Thanks for helping me out!

    I’ve adapted your expression to my needs and it seems to be correct, it should return time when layer x position is less or equal to null x position… But ae returns an error:

    “Function trackValue.valueAtTime is undefined”

    What am I doing wrong?

    goalNull = thisComp.layer("null");

    goalPos = goalNull.toWorld(goalNull.anchorPoint);
    layPos = thisLayer.toWorld(thisLayer.anchorPoint);
    trackValue = layPos[0]-goalPos[0];

    check = false;
    for (f = 0; f <= timeToFrames(); f++){
    t = framesToTime(f);
    if (trackValue.valueAtTime(t) <= 0 ){
    check = true;
    break;
    }
    }
    if (check)
    t;
    else
    time;

  • Taras Kosmachuk

    January 11, 2012 at 6:06 pm in reply to: Clones distribution based on map?

    I know this method. But in this case if I have 1000 clones then for example only 100 will be visible and in order for 1000 to be visible I’ll need to increase clones number to 10000 which is not very efficient way and will influence computer productivity… So I wonder if there a better more efficient way to distribute clones so all 1000 assigned by map?

    Thanks anyway!

  • Hey Dan, it’s working great! Many thanks to you!!!!!

  • Taras Kosmachuk

    December 21, 2010 at 1:13 am in reply to: soft body and moText ???

    ok, thanks again!

  • Taras Kosmachuk

    December 20, 2010 at 9:24 am in reply to: soft body and moText ???

    Thanks Brian!
    Connect and Optimize working fine, but is there a way to keep text editable (Connect Object not working)

  • Taras Kosmachuk

    November 28, 2010 at 11:13 pm in reply to: exception errors wen try openning file ?????

    Deleting folder didn’t help to, there is no additional plugins and codes used…

  • Taras Kosmachuk

    November 28, 2010 at 11:06 am in reply to: exception errors wen try openning file ?????

    Unknown Exception message pops up. Also this same file opens fine on other Computer with Mac OS. Updating AE Or turning on CAPS LOCK before opening file did not help.

  • Taras Kosmachuk

    November 23, 2010 at 11:41 pm in reply to: control precomp playback (frame number) by a slider

    Thanks for replay.
    Image sequence is actually eyes blinking and I want to animate it.
    That simple expression may work fine for this, I’ll try it.
    Thanks again.

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