Forum Replies Created

Page 9 of 46
  • Colin Braley

    February 13, 2007 at 4:08 pm in reply to: random wiggle with probablility

    Maybe something like this…I’m not sure if I know what you mean

    probability = 12;//some number from 0-100
    seedRandom(index, true);
    shouldWiggle = random(0, 100);
    if( shouldWiggle < probability ) wiggle(2,7) else value I don't hava AE at this machine but I think that should do the trick. ~Colin

  • Colin Braley

    February 8, 2007 at 7:11 pm in reply to: OSX Dock Magnification Effect

    This ones been asked a few times, heres a link
    https://forums.creativecow.net/cgi-bin/new_read_post.cgi?forumid=2&postid=870705
    ~Colin

  • Colin Braley

    February 8, 2007 at 5:07 am in reply to: Sucking Particles

    What particle system are you using?…If you are using Particular I don’t *think* this is possible, however I can’t speak for other particle systems like Particle Playground. You can do things like this fairly easily in Maya, however.
    ~Colin

  • Colin Braley

    February 8, 2007 at 1:56 am in reply to: Tempering Audio Keyframes

    Sorry about that, for some reason I didn’t see Yikesmikes’ post…but anyway if you were going to go the expression route I would use “ease” interpolation. The expression would look something like this:

    ease(thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”), 0,20,0,5)

    ~Colin

  • Colin Braley

    February 8, 2007 at 1:53 am in reply to: Tempering Audio Keyframes

    Window > The Smoother.
    ~Colin Braley

  • Colin Braley

    February 8, 2007 at 1:38 am in reply to: reflections in after effects

    AE does not natively have 3d reflections, if you want them try Discreet Combustion. However, In many cases you can fake them in AE. Anyway how do you expect these reflections to work? If you have a picture of a Ferrari and flat text how would the reflection look? It wouldn’t look like the reflection is actually on the car itself, it would look like the reflection in on a picture of the car floating in 3d space.
    If you just want a picture of a Ferrari with some floating text in the air that appears to reflect on the Ferrari I think you could fake this using AE or Photoshop.
    ~Colin

  • Colin Braley

    February 7, 2007 at 7:29 pm in reply to: Advanced sparks

    I’m pretty sure Particular has a blue spark preset or something like that..
    ~Colin Braley

  • Colin Braley

    February 7, 2007 at 6:37 pm in reply to: Stupid Question

    Shift + click to select a single point on a mask…highlight the mask in the timeline then press Ctrl + t to bring up the free transform box so you can scale/rotate/move the mask as a whole.
    ~Colin

  • Colin Braley

    February 7, 2007 at 2:13 am in reply to: expression help

    x=thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
    mult = 1;
    if( x > 50 ){
    mult = 20;
    }
    thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”) * mult;

    Enjoy.
    ~Colin

  • Colin Braley

    February 1, 2007 at 2:42 am in reply to: simple colour change?

    Have you tried choking the matte and eliminating the green stroke all together? If not, see if the Matte Choker or Simple Choker effects do the trick.
    ~Colin

Page 9 of 46

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