Forum Replies Created

Page 43 of 374
  • John Cuevas

    November 4, 2015 at 5:57 pm in reply to: Limitless Falling Letters Effect!

    I would use Trapcode Particular, put every character in a precomp. Then in the final comp use that precomp to generate my custom sprites. You can download a trail of Particular at Red Giant to see if it will work for your purposes.

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • Try pressing F4(or Alt+f4) to toggle the modes/switches option.

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    November 2, 2015 at 3:40 pm in reply to: Text “Vibration” and old style movement

    Looks like he used a preset to bring in his text that enables 3D, then added a 3D camera to the composition. Finally, a small wiggle expression is added to the position of the cam to create the movement. To do that, twirl open the camera’s position property, alt_click the stopwatch and add: wiggle(3,10)

    3 = times it wiggles per second.
    10 = distance it moves.

    Then just adjust those numbers to taste.

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • There isn’t a plugin/preset that’s going to do it. Truthfully, this is where you earn your bucks, cause depending on the amount of text, it can be a pretty time consuming process.

    Google Results “morph text after effects tutorial”

    All the tutorials use basically the same concept, this one is pretty good.

    https://www.youtube.com/watch?v=ni24lqXRveU

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • John Cuevas

    October 29, 2015 at 3:35 pm in reply to: A script to move a layer 10 pixels every 10 frames?

    And after seeing the perfect response from Cassius, here’s a much more complicated way of doing it. Expression to the position property:

    x = transform.position[0];
    y = transform.position[1];
    myTime = timeToFrames(t = time + thisComp.displayStartTime, fps = 1.0 / thisComp.frameDuration, isDuration = false);
    myCondition = myTime % 10;
    timeDown = myTime - myCondition

    if (myCondition == 0) ([x,y]) - [myTime,0] else [x-timeDown,y]

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    October 28, 2015 at 2:59 pm in reply to: Character offset binary code effect

    Don’t need an expression for this, you can do by just using a couple of animators.

    Create a text layer consisting of just “0”‘s, however many you want for the length of your binary string. Add an offset animator and set it to 1. Now select the “Animator 1” and add a wiggly selector and change the “Min Amount” to 0%. All that’s left is deciding how many wiggles per second you want. And if you have a bunch of layers you may want to add an expression to the Random Seed like “index * 10”

    Here’s a quick example project: 9391_binarynumbers.aep.zip

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    October 28, 2015 at 2:21 pm in reply to: Accessing Font Weight in Scripting?

    You should probably post this in the Expressions Forum

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    October 28, 2015 at 1:45 pm in reply to: Suggestions for training,

    I think there is a lot of value in the Trish & Chris Meyer books also. The approach is very step by step, with one the following lessons building on earlier ones. Great for learning the fundamentals. Most of the new stuff they do is on Lynda, but for 20 bucks for used copies, it’s a great deal.

    Amazon Link

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    October 28, 2015 at 1:28 pm in reply to: Problems of white lines around any objects

    What are your comp settings, aspect ratio, pixel aspect ratio. Also, can you post a screen shot of your timeline with any changes to the layer twirled open?

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

  • John Cuevas

    October 27, 2015 at 1:47 pm in reply to: How to control a feather’s ‘falling’???

    Here’s a thread where some falling techniques were discussed and it includes a link to a falling paper/feather project I did that you might find handy.

    Johnny Cuevas, Editor
    ThinkCK

    “I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
    —THOMAS EDISON on inventing the light bulb.

Page 43 of 374

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