More
See all Show me
29. clouds and expressions
2 months ago
27. Killed shot
5 months ago
24. Cut Scenes
7 months ago
23. MS Tag spot
7 months ago
14. CES 2009 0pen
10 months ago
12. Subtext intro
11 months ago
9. Nike '09
11 months ago
I had a video camera, my macbook, and some time on a flight back from NY, so I shot some clouds and tried to learn some expressions stuff in After Effects before my battery died. No keyframes (except for the trackers), but lots of random expressions.

15 Likes

  • Tony Zagoraios plus 2 months ago
    Cool!!
  •  
  • hugo johnson 2 months ago
    sweet!!! what expression did you use? looks awesome!!
  • Stephen Fitzgerald 2 months ago
    holdTime = .85; //time to hold each position (seconds)
    seed = Math.floor(time/holdTime);
    seedRandom (seed, true);
    rnd = random(39);
    thisComp.layer(rnd+1).position

    the random(39) line means "pick a layer between 0 and 39, which are my tracker layers. Of course, there is no layer 0, so you see lower there is a +1 to make it between 1 and 40
  • fDevant 30 days ago
    Nice!
    What expression did you make the little text labels?
  • Stephen Fitzgerald 29 days ago
    I put an expression in the Source Text of a text layer that uses the text layers position as its value:

    "[" + Math.round(transform.position[0]) + "," + Math.round(transform.position[1]) + "]"

    Anything in the quotes is rendered as-is, then you use the + to add more text. The Math.round part is just taking the x and y positions and rounding them so there aren't any decimals.

    So if you were to read this out loud it would say "Bracket plus x position plus comma plus y position plus end bracket"
  •  
  • hugo johnson 2 months ago
    nice one man! thanks a million for sharing, will try this out only just starting to uncover the power of expressions, sweet!
  • Stephen Fitzgerald 2 months ago
    one thing I want to try is adding the inertial bounce expression, so when they snap into the new position, they'd bounce. it would be really easy and I think cool.
  •  
  • oh, man this is rad. do a tut! (please)
  •  
This conversation is missing your voice. Take five seconds to join Vimeo or log in.

Advertisement

1 Related collections

Channels Channels

Statistics

  •  
    plays
    likes
    comments
  • Total
    plays 279
    likes 15
    comments 8
  • Dec 15th
    plays 0
    likes 0
    comments 0
  • Dec 14th
    plays 2
    likes 0
    comments 0
  • Dec 13th
    plays 1
    likes 0
    comments 0
  • Dec 12th
    plays 0
    likes 0
    comments 0
  • Dec 11th
    plays 0
    likes 0
    comments 0
  • Dec 10th
    plays 0
    likes 0
    comments 0
  • Dec 9th
    plays 4
    likes 0
    comments 0
  • Dec 8th
    plays 4
    likes 0
    comments 0
Previous Week

Downloads

Please join Vimeo or log in to download the original file. It only takes a few seconds.