Advanced Clock rig and expressions

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • Create an advanced clock rig in After Effects, WITH REALISTIC TICKING MOVEMENTS!!! okay, so i'm a bit excited. But this is a pretty useful tutorial that can be adapted to lots of other things. Plus you'll learn a bit about expressions.
    Here is the clock graphic to download.
    www.dropbox.co...
    Here are the expressions used on the rotation value.
    Hours:
    thisComp.layer("Minute").transform.rotation*(1/12)+thisComp.layer("Clock Control").effect("Hours")("Slider")*30
    Minutes:
    value+thisComp.layer("Clock Control").effect("Minutes")("Slider")*6
    Seconds:
    vIn=thisComp.layer("Minute").transform.rotation*60;
    t=vIn*(1/6);
    Math.floor(t)*6+thisComp.layer("Clock Control").effect("Seconds")("Slider")*6
    My Tip Jar: goo.gl/rYpW42
    ⭐️ UNLIMITED STOCK DOWNLOADS
    Access to over 600,000 ready-to-use After Effects Templates, Stock Footage, Fonts, Templates and more! cinemaspice.net...
    to help support this channel.
    Don't forget to share this video. You never know who among your friends is a closet After Effects user. Thanks.
    Twitter
    / longlivemikey
    Facebook:
    / thecinemaspice
    If you need stock footage, photos and even After Effects templates. Go check out Envato Elements. cinemaspice.net...
    to help support this channel.
    Don't forget to share this video. You never know who among your friends is a closet After Effects user. Thanks.
    Twitter
    / longlivemikey
    Facebook:
    / thecinemaspice

КОМЕНТАРІ • 30

  • @Zena.Tabaee
    @Zena.Tabaee Рік тому

    Wow, this is only the second time I’m using AE and this clock is ticking 😂 I’m in love

  • @FabiVFX
    @FabiVFX Рік тому

    Wow thanks! Is just what I needed. very well explained and effective

  • @sumanbabu6278
    @sumanbabu6278 3 роки тому

    great...... excellent...... great job.............

  • @ZioTeoPodcast
    @ZioTeoPodcast 9 років тому

    If in the original PSD file the clock is centered you don't have to reposition the anchor points, just chose _Composition_ when importing into After Effects :)

    • @LongLiveMikey
      @LongLiveMikey  9 років тому

      Yes it is centered. But huge bounding boxes around little clock hands bug me :) I would rather re position the anchor point.

  • @FabrizioBogado
    @FabrizioBogado 3 роки тому

    Amazing! Super maths

  • @romariodavis4628
    @romariodavis4628 6 років тому

    nice tutorial bro it helped

  • @ganeshawebfx7014
    @ganeshawebfx7014 9 років тому

    Awesome Tutorial Sir....

  • @daceliga
    @daceliga 7 років тому

    Hey. When I clicked on stop watch next to hours there didn't show Expressions: Rotation like you... Can you please help me? Where i need to click?

  • @Milaminyan
    @Milaminyan 5 років тому +1

    I dont know what went wrong with me, but my clock ticks way too fast! I checked many times that I copied these lines right, and I cant find any mistakes. It seems to tick right time when t = vIn(1/9); on seconds.

  • @ankitdarwhekar2258
    @ankitdarwhekar2258 5 років тому +1

    From where to get that clock control effect?

  • @darylmyers4575
    @darylmyers4575 6 років тому

    nice - Thank you

  • @rooneyviet
    @rooneyviet 9 років тому +2

    Hello, this is a brilliant technique. but I see 2 problems
    first problem : the second is not connected to the minute. If I control the seconds to full 60seconds, the minute hand does not move.
    second problem : Only can control the minute then the second move. but not for full 60 seconds. For example, set minute hand move from 20th min to 21th min, set key frame from 1st second to 20th second (on the timeline of after effects). The second hand only ticking from 1st to 20th second (not full 60seconds) but the minute is 1 minute moved.
    How to solve these ?
    Thanks. sorry for stupid English.

    • @LongLiveMikey
      @LongLiveMikey  9 років тому

      ***** I just checked through my file, First off, everything is controlled by the minute hand. so that is the one you need to be animating. and I check the second hand moving, and it did a full 60 seconds. You might have put in a wrong value somewhere.

    • @rooneyviet
      @rooneyviet 9 років тому

      Hi. could you check again. I just re-checked the expression I copied is correct but when keyframe the minute hand from one min to next min, the seconds hand does not move full 60 seconds.

    • @rooneyviet
      @rooneyviet 9 років тому

      *****
      Here :
      i.imgur.com/8qSS1IR.png
      I set keyframe for minute hand moving from 21min to 22min (from 10second mark to 35second mark on timeline ). The second hand does not move full 60 seconds, but its move 35-10=25 seconds.

  • @iefdams
    @iefdams 8 років тому

    Can I make the minutes hand tick like the seconds hand? Do you know the calculation for that? Great tutorial!

  • @onecut1000
    @onecut1000 9 років тому +1

    Where can I learn more about the power of expressions !! The Possibilities seem endless ?

    • @LongLiveMikey
      @LongLiveMikey  9 років тому +1

      Search after effects expressions in Google. I think the first 3 results are the best. They should be Adobe, gray machine and motion works.

  • @larsstevens774
    @larsstevens774 7 років тому

    Is there any way to make the minute hand tick like the second hand? Like, it doesn't slowly move to the next minute, but it jumps to it once the second hand reaches the top

  • @nerm0557
    @nerm0557 2 роки тому

    What happen with the expressions if we only want animate the hours and minutes?

  • @createevestudio
    @createevestudio 9 років тому

    Clever

  • @r2fx
    @r2fx 2 роки тому

    Ok, I am a filmmaker and I have to replace a clock in a scene. This tutorial is actually perfect, I was able to perfectly place this animated clock in my scene. But, I can't get the second hand to tick, it just goes super fast. I followed this multiple times. Is it cheating to ask for the project file? lol, I dont know what I am doing wrong. Thanks so much for your time.

    • @r2fx
      @r2fx 2 роки тому

      Ahhh, So, I made my timeline 24hrs and it corrected itself! Thanks Anyway!

  • @anjukatiyar3239
    @anjukatiyar3239 6 років тому

    can you please give any video link that can teach me basics of programming in AE

  • @iheartsoccerbl11bowlover
    @iheartsoccerbl11bowlover 7 років тому

    So anytime I try to do an expression I always seem to get an error. This time I got this when attempting the first expression hours
    "Error at line 1 property ‘Rotation’ of layer 2 (‘Second’) in comp ‘layered clock’. Unterminated string constant."
    I know this is an older tutorial but if you check the comments would you be able to help?

    • @iheartsoccerbl11bowlover
      @iheartsoccerbl11bowlover 7 років тому

      nvm I think I figured it out. It seems to be an issue a lot of people have with after effects so it was easy to figure out!

  • @hiteshwddkakde2092
    @hiteshwddkakde2092 5 років тому

    what for only second