Forum Replies Created

Page 5 of 6
  • Noel Powell

    March 15, 2013 at 12:05 am in reply to: Add new keyframe using expression?

    This is perfect! So elegant and simple. I have much to learn…
    Thank you, Dan!

    After Effects templates – lens flares, light leaks, old film effects, digital glitches, VHS glitches, and more: https://CreationEffects.com

  • Noel Powell

    March 14, 2013 at 11:05 pm in reply to: Add new keyframe using expression?

    Thanks Todd, that’s what I was afraid of. Let me rephrase and if you can think of another way to do this then great. If not, thanks anyway.

    I have a layer in motion powered by an expression, not keyframes. I need it to start its motion over and over again at intervals. So every X number of frames, it should repeat the motion. X value is based on a slider control input.

    Here’s what I have so far:
    cycleEnd is the time (in seconds) that the motion should start over

    motion = (time * 30) * -thisComp.height; //Moves the layer one comp height every frame
    if (time > cycleEnd)
    { yVal = ((time - cycleEnd) * 30) * -thisComp.height }
    else { yVal = motion }
    value + [value[0], yVal]

    After Effects templates – lens flares, light leaks, old film effects, digital glitches, VHS glitches, and more: https://CreationEffects.com

  • Noel Powell

    October 20, 2012 at 8:55 pm in reply to: Is there something like optical flares but free?

    There is an After Effects template (not a plugin) which is very user-friendly and can create really high-quality lens flare effects using expressions. It’s called Creation Lens Flares from Creation Effects. Not free, but it’s a lot cheaper than the plugins. You can see a demo video on their site: CreationEffects.com

  • Noel Powell

    July 25, 2012 at 7:36 pm in reply to: Reference a master comp without using the name

    Ok thanks, Dan. I’ll try to solve this another way.

  • Noel Powell

    July 25, 2012 at 5:41 pm in reply to: Reference a master comp without using the name

    Of course, if that magic piece of code doesn’t exist, I’d like to hear how you would approach this problem.

  • Noel Powell

    June 22, 2012 at 11:52 pm in reply to: Detect whether array or number is needed?

    That’s what I needed. Thank you again, Dan.

  • Noel Powell

    June 6, 2012 at 2:17 am in reply to: Expression to change value of keyframe

    This is a life-saver. I don’t fully understand it, but I’m just thrilled that it works. I couldn’t use the first expression which used markers because it didn’t allow the number of particles to be changed with the slider. The second one works great with one little addition. If the slider value was changed it would create new keyframes at that location, making the number of particles change. I needed the number to be constant, so I made that control slider a dummy slider with just one keyframe at the beginning, and created a new slider to control the number of particles. The dummy slider, which your birth rate expression still points to, now has this expression on it:

    expression (effect(“New Slider”)(“Slider”)

    Seems to do the trick. Thanks for your help, Dan

  • Noel Powell

    May 19, 2012 at 1:41 pm in reply to: Link parameter to time?

    That is perfect. Thanks so much.

  • Noel Powell

    March 27, 2012 at 9:22 pm in reply to: Randomly hold and skip frames?

    Works perfectly! It even adds a sort of glitch sound to the audio which really adds to the effect.

    Thank you!!

  • Noel Powell

    April 8, 2009 at 2:12 pm in reply to: 300 dpi CMYK Image, Text is 5 pt and HUGE.

    What are the dimensions of your canvas? It could be 300dpi, but if the image is only 1 inch by 1 inch, or 50 pixels by 70 pixels, for example, you’re still working with a very small document and any text you add will look huge.

Page 5 of 6

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