Retro Computer Screen Title Animation | After Effects Tutorial

Поділитися
Вставка
  • Опубліковано 3 жов 2024

КОМЕНТАРІ • 238

  • @societesimulator
    @societesimulator 3 роки тому +60

    Hey ! For people who are not english (for example french) for the first expression line 2, instead of writing "T = time*effect("Speed")("Slider");" replace Slider with "Curseur", the translation of slider in your language in after effects.
    For french people the result will be :
    L = text.sourceText.length;
    T = time*effect("Speed")("Curseur");
    F = Math.round(T % 1);
    if(F==1 |(T0)){Fl="_";}else{Fl=" ";}
    substr(0,T)+Fl;

    • @ManueldoesMotion
      @ManueldoesMotion  3 роки тому +2

      Thanks so much for the translation! I thought After Effects does it automatically.

    • @tatachichi7884
      @tatachichi7884 2 роки тому +1

      Merciiiii!

    • @damarisneira4436
      @damarisneira4436 2 роки тому +9

      y si está en español, se debe cambiar a "Slider" por "Deslizador"

    • @maxtrotta5609
      @maxtrotta5609 2 роки тому +2

      Dieu merci tu existes ptn je m'arrachait les veuchs

    • @societesimulator
      @societesimulator 2 роки тому +1

      @@maxtrotta5609 je me les arrachais aussi haha

  • @shuangcai2297
    @shuangcai2297 2 роки тому +74

    Hi, just a reminder for anyone who's trying this out now or after 2022. I believe the new javascript engine does not like this.sourceRectAtTime(). The new functioning script for that line should be: pos = sourceRectAtTime(time).height;

  • @CriticalDispatch
    @CriticalDispatch 2 роки тому +6

    Great tutorial, very easy to follow. And I appreciate you breaking down each step and why it happens, including the expression. Truly the best way to actually learn and not just copy. Thanks a ton!

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

      You're very welcome! That's so great to hear! Thanks very much!

  • @AngelusDarkshadows
    @AngelusDarkshadows 2 роки тому +13

    For everyone having issues with "substr not defined" and you have named the effect to "Speed": please note that you should be inputting the expression on the "Text" "Source Text" clock, not on the "Speed" "Slider" clock. I was having this issue and didn't notice that at first.

    • @ManueldoesMotion
      @ManueldoesMotion  2 роки тому +1

      Thanks very much for clarifying!

    • @narpika
      @narpika 2 роки тому +1

      ... and also, if the second script gives you an error, try without the "this"

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

      THANK U

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

      Thank you!!

  • @alicesun3098
    @alicesun3098 3 місяці тому

    OMg .It is much easier than other tutorials with similar content. Thank you for this. You save my assignment scores haha.

  • @defaultnano
    @defaultnano 11 місяців тому +21

    If you'd like to make it so the animation starts at the text's in point, instead of the begnning of the comp, try this:
    L = text.sourceText.length;
    T = (time - inPoint)*effect("Speed")("Slider");
    F = Math.round(T % 1);
    if(F==1 |(T 0)){Fl="_";}else{Fl=" ";}
    substr(0,T) + Fl;
    I've added - inPoint to calculate time from in point instead of time from start.

    • @ManueldoesMotion
      @ManueldoesMotion  11 місяців тому +1

      That's a great tip! Thanks very much!

    • @rashedibnafiz
      @rashedibnafiz 10 місяців тому

      Hello! My "_" (underscore) is blinking too fast. Can you help with that?

    • @defaultnano
      @defaultnano 10 місяців тому +5

      @@rashedibnafiz you can try replacing the if line with:
      blinkSpeed = 1;
      if ((time / blinkSpeed) % 1 > 0.5){
      Fl = "_";
      } else{
      Fl = " ";
      }
      Use blink speed to adjust the speed of the blinking, a higher value will result in a slower blink. Let me know if that works (not in a position to open after effects at the moment)!

    • @Nomadnetic
      @Nomadnetic 10 місяців тому

      That is really helpful, thank you kindly.

    • @elsiedee9931
      @elsiedee9931 5 місяців тому

      Wow thank you ! ♡

  • @Elomaramaro
    @Elomaramaro 6 місяців тому +1

    Quick tip... In the video, the mosaic effect had the grid estimated using the calculator app. I believe it may be to better understand the principle, but you can do it inside after effects, just click on the numbers and type the operations you need, for ex (without quotes): "1920/6" when you press enter, it will give you the result of the operation right on the spot.

    • @ManueldoesMotion
      @ManueldoesMotion  6 місяців тому +1

      You’re right! Thanks for the tip!

    • @Elomaramaro
      @Elomaramaro 6 місяців тому

      @@ManueldoesMotion Thank you for the great tutorial! :D

  • @gardenfilms1
    @gardenfilms1 2 роки тому +10

    If you are having trouble with the cursor speed going wild, adjust your [ F= Math.round(T % X);

  • @JosepMotion
    @JosepMotion 3 роки тому +3

    Amazing tutorial!!! Thanks! I love retro style. It reminds me my first computer as a teenager and makes me happy :)

    • @ManueldoesMotion
      @ManueldoesMotion  3 роки тому +1

      You’re very welcome! So happy you like it! Yeah the good old times. I still remember MS Dos 😀

  • @hsensn4677
    @hsensn4677 5 місяців тому +2

    Hey man!! love the tutorial, I got a question tho, is there a way to make the text go backwards as if you added a typewriter effects but you reversed the keyframes?

  • @lyraags2031
    @lyraags2031 2 роки тому +1

    Best tutorial, thank you so much!

  • @animals_of_overtown
    @animals_of_overtown 5 днів тому

    Good tutorial. But it's a bit "draw the rest of the owl." The link to a downloadable scaffold project would be great, if it actually contained this effect.

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

    Thank you for what you do Manuel!

  • @ЕленаЗахарова-б1р
    @ЕленаЗахарова-б1р 2 роки тому

    Thank you for the great tutorial! Everything worked well! :)

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

    Thank you for this great tutorial :)

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

    This was so great, thanks very much.

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

    The way of teaching ❤❤❤

  • @mrelad.
    @mrelad. 11 місяців тому +3

    how can i control the speed of the line flicking ? its way too fast for me

  • @TangorVon
    @TangorVon 4 місяці тому +2

    L = text.sourceText.length;
    T = (time - inPoint) * effect("Speed")("Slider");
    // Calculate the blink interval
    blinkInterval = 1; // Blink interval in seconds
    blinkPhase = (time % blinkInterval) / blinkInterval;
    F = Math.round(T % 16);
    // Cursor stays visible for half of the blink interval
    if (blinkPhase < 0.5 || (T < L && T > 0)) {
    Fl = "|";
    } else {
    Fl = " ";
    }
    if (T > 0) {
    substr(0, T) + Fl;
    } else {
    "";
    }
    heres some code for the effect to start whenever the text is placed and i made the blinking a little slower it ran weird on mine, thank chatgpt for the coding

  • @HB-vq2us
    @HB-vq2us 2 роки тому

    Muchas gracias por tu tutorial, es muy bueno

  • @connordoyle2296
    @connordoyle2296 2 роки тому +4

    Thank you so much for this!! I have a question: I'm trying to get another set of text to begin typing after the initial text comes up, but the expression seems to start at the beginning, so by the time the second set of text appears on screen it has already been "typed". Any suggestions on how to fix this? Maybe a way to start the expression later? Thanks again for you're help, you're fantastic.

    • @ManueldoesMotion
      @ManueldoesMotion  2 роки тому +4

      Hi! You're very welcome! Glad u like it! I think you could do this by pre-composing the text layer. You can move the pre-comp anywhere in the timeline and the text starts just then.

  • @christianacosta_
    @christianacosta_ 7 місяців тому

    thanks for this!

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

    Wow thank You for Your help 🙏😃

  • @chrisharrigan9706
    @chrisharrigan9706 11 місяців тому +1

    so for anyone having problems with the expression giving you speed doesn't or exist or is mistyped, make sure the first letter of the slider named "Speed" is capitalized or the expression will ultimately fail. otherwise it works as it should.

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

    Nice! Thank you!

  • @briansharp47
    @briansharp47 Рік тому +1

    Great tutorial, effect works great! Thank you for all that you do. question: Is there a way to make the effect start at a different time in the timeline? I'm trying to combine the coded text box with a regular text box to make an animation where it starts with words already on the screen.

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

      Hey thanks! When working with expressions you can't move the layer in the timeline. It messes up the expression. You can move the keyframes and start and end points though. You could also precompose the layers and then move the precomp further to the right in the timeline.

    • @defaultnano
      @defaultnano 11 місяців тому +1

      Not sure if you still need this, but I’ll copy my other comment:
      “If you'd like to make it so the animation starts at the text's in point, instead of the begnning of the comp, try this:
      L = text.sourceText.length;
      T = (time - inPoint)*effect("Speed")("Slider");
      F = Math.round(T % 1);
      if(F==1 |(T 0)){Fl="_";}else{Fl=" ";}
      substr(0,T) + Fl;
      I've added - inPoint to calculate time from in point instead of time from start.”

  • @oguzkaanboga
    @oguzkaanboga 10 місяців тому +2

    I'm using the latest version of AE and the first expression doesn't let me align my text to the left for some reason. Any suggestions?

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

    Thank you

  • @brilliant_stories
    @brilliant_stories 11 місяців тому +7

    Corrected second expression. (One in description read as a syntax error initially):
    pos = thisLayer.sourceRectAtTime(time).height;
    value - [0, pos];

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

    Thank you again..

  • @tomwhittaker_test2336
    @tomwhittaker_test2336 3 роки тому +2

    Thank you for this tutorial. Works great. One problem I. have is the text I am animating needs to have different colour words but when adding this effects the paragraph stays the same as the first word. Do you know how to change this?

    • @ManueldoesMotion
      @ManueldoesMotion  3 роки тому +1

      I would duplicate the animation and change the text colour, then use masks to make the words with the different colour visible.

  • @CarlosRaulEstrellaRuiz
    @CarlosRaulEstrellaRuiz Рік тому +1

    hello hello!!!
    Thank you for taking the time and making these tutorials for those of us who want to learn.
    I would like to ask if there is any way to change the percentage of change in the expression used so that the text goes up.
    In my project apparently it does not turn out evenly.
    I already tried writing the text instead of copying it but it didn't work.
    Thanks again!!!

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

      What do you mean? Inverting the typewriter?

    • @CarlosRaulEstrellaRuiz
      @CarlosRaulEstrellaRuiz Рік тому +1

      @@ManueldoesMotion hello! I mean version 2, I have the problem that the letters do not go up proportionally, I changed the mode to capital letters and the cursor too but apparently something is affecting the proportionality with which they go up.
      I ended up using version 1, it looks great but I would like to understand how to solve the problem with the view. 2
      Thanks again.

  • @TrueVico
    @TrueVico 3 роки тому +4

    Hi there, amazing tutorial 🙏 I do have an issue with the blinking underscore, it goes crazy and blinks every frame at the end of my animation. Any idea why? The only thing I changed in the expression is "slider" to "curseur" cause I'm on french version

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

      Hi! Do you need to change the language? I thought After Effects translates it automatically. It should work though if the "slider" in your project window is called "curseur" as well.

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

      @@ManueldoesMotion I thought it was ok as well but I didn't manage to make it work with "slider" in the expression. In any case it's odd that this change would affect the blinking like that

  • @janice9645
    @janice9645 Рік тому +3

    Hi, I found problem on this expression value-[0,pos];
    Saying that it cannot turn result into numeric value
    Do anyone know how to solve this problem?

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

    Thanks!

  • @NiikiNiik-wn4mv
    @NiikiNiik-wn4mv Рік тому

    that's great

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

    awesome

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

    doesn't work?

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

      What is the problem?

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

      @@ManueldoesMotion me being slightly stupid 🤣

  • @thorondor5465
    @thorondor5465 2 роки тому +2

    for some reason it was really hard to follow. The rythm of this tutorial. There should be slight pauses or someting. I have to pause every second or I miss it. And mostly you dont say do what and where. Just do this, but with what or where is the option. Might as well follow the video without audio.

  • @DannyFile
    @DannyFile 7 місяців тому

    When I need to type some words slower, when I make "Speed" lower, the script just erases text to that position where I could be if I had that speed initially.

  • @Barbora-j7b
    @Barbora-j7b Рік тому +2

    Hey, thank you very much for this tutorial! :)
    I was having some problems with expression so maybe this can help also someone else.
    I had some error with the expression, make sure you named your slider "Speed" as the expression is saying in the
    T= time*effect("Speed")("Slider"). This solved my problem.
    The second problem I had - the crazy blicking speed of cursor. In my case, it helped to change the number 1 for higher number in F=Math.round(T % 8) - not number 1 as was before.

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

      Thanks so much for the two tips! That is really helpful!

  • @Tay0_0Kay
    @Tay0_0Kay 3 роки тому +5

    for some reason when it add in the "pos = this.sourceRectAtTime(time).height;
    value-[0,pos];" expression it brings up an error and doesn't adjust the text. any ideas on how i can fix this?

    • @jamiegroenestein
      @jamiegroenestein 3 роки тому +2

      I have the same problem.

    • @ManueldoesMotion
      @ManueldoesMotion  3 роки тому +2

      Did you try to type it in, instead of copying and pasting it? Sometimes weird stuff happens like the square brackets are replaced...

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

      @@ManueldoesMotion I’ll try that :)

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

      @@ManueldoesMotion that seems to give the same error

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

      @@Tay0_0Kay What exactly does the error message say?

  • @marchatton2862
    @marchatton2862 3 роки тому +1

    Hi Buddy - very helpful for the project im working on... One QQ: i would like the cursor to blink for a second and then reveal the text, any ideas how to do this please buddy - appreciate your help!

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

      Hi Marc! The easiest solution would be to not add any text to the text layer. The cursor should blink. When you want the text to appear, you add a second text layer with text.

  • @DrDevvi
    @DrDevvi 11 місяців тому

    Extreme AE noob here, how do I have it pause for a bit before continuing onto the next line

    • @qqhh1727
      @qqhh1727 6 місяців тому

      You can try splitting a paragraph from where you want it to stop

  • @nika6588
    @nika6588 6 місяців тому

    Nice tutorial. I had a question how can I make that cursor blinking 3 times at the end of each line? I tried several codes in ChatGPT. But it doesn't work. Is there any other way how to accomplish that? Because even if I duplicated text layers, there would be blinking those cursors at the end of each line simultaneously.

  • @Chokkan
    @Chokkan 3 роки тому +1

    There's a really odd kind of banding which is caused by the venetian blinds effect. It causes the 'light' solid to be cropped as it moves over that area and completely ruins the effect. I've been unable to completely get rid of this.

    • @ManueldoesMotion
      @ManueldoesMotion  3 роки тому +1

      I like the banding, it goes with the overall effect. If you want to get rid of it, you need to change the width (increase or decrease) of the venetian blind effects.

  • @9onetwo223
    @9onetwo223 2 роки тому +2

    Hi there! Thanks for the tutorial!
    I was wondering, is there a way to slow down the blink rate of the underscore character? I can't seem to find a good way to pace it in the if statement.

    • @ManueldoesMotion
      @ManueldoesMotion  2 роки тому +1

      Hi! That's a very good question... I'll have a look into it...

    • @Muffinman17JG
      @Muffinman17JG 2 роки тому +3

      Change the 1 in this part: "
      F = Math.round(T % 1); ". I found that 0.8 worked nicely

  • @charlesFM
    @charlesFM Місяць тому

    how do i make the underscore flicker slower?

  • @johnreed6379
    @johnreed6379 3 місяці тому

    Im having an error where it says the substr isnt defined despit having copied the code exactly

    • @ManueldoesMotion
      @ManueldoesMotion  3 місяці тому

      It’s probably the name of your Slider Control that doesn’t match.

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

    Great Tutorial! Can you tell me how do I change the input speed of the text? Let say I want it to type for a minute, thanks!

    • @ManueldoesMotion
      @ManueldoesMotion  2 роки тому +1

      You can change the overall speed in the speed slider.

  • @scimd20
    @scimd20 4 місяці тому

    Hey I want to have a secondary text graphic appear later in my video, how can I edit the effect so that it typewriters too?

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

    Is there a way to set the expression up so that the slider acts more like a range selector (sets the character range rather than the pace)? It would be amazing to be able pause the typing, speed it up, slow it down, etc.

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

      I recently published this tutorial: ua-cam.com/video/-7K1VIh7anU/v-deo.html
      Maybe that helps?

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

    This is a beauty. Is it possible to have an AE 2015 version of the file in gumroad?

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

      Got it. Followed ur detailed tutorial step by step. Thank you!

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

      That's awesome!👏🏻
      Unfortunately I can't save it further down than AE CC16. I guess it's because older versions don't run on Macs any more...

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

    Greetings @ManueldoesMotion I have read all comments trying to find the solution for "substr is not defined" but I couldn't fix it, rename and all syntax looks good, I am in AE 22.1.1, thank you in advance for your time and effort. BTW: another message in the line 7 shows "error: reference error: substr is not defined" thank you again

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

      Did you copy and paste the expression from my website? That should work...

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

    Worked great for me, except i've noticed this effect only works properly if the text starts at 0:00. For example if I wanted this animation to start 3 seconds into the composition, the "typewriter" effect doesn't work. Any advice?

    • @ManueldoesMotion
      @ManueldoesMotion  Рік тому +1

      You can't move the layer, because it's expression based. I would pre-compose the text layer, then move the pre-comp to three seconds. If you want the cursor to blink before, you could use an empty text layer with the same expression.

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

    Hi! I have AE CC 2015 ... will this work in there if I purchase the project files from your site? (Sorry I'm a bit new to AE)

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

      Hi! Unfortunately you need to have After Effects 22. It's not possible to save the file as AE CC 2015.

  • @him..o
    @him..o Місяць тому

    for some reason track matte doesnt work for me

    • @ManueldoesMotion
      @ManueldoesMotion  Місяць тому

      The track matte system changed with recent Ae versions
      ua-cam.com/video/0hevduJDDjg/v-deo.html

  • @mr.k905
    @mr.k905 2 роки тому

    Great video, thanks! But as I don't have AE I would love to do that in Davinci Resolve. Is it even possible? Any tips/links? ...Anybody? Thanks!

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

      Thanks! Unfortunately I can’t really help you with that question. But I guess it’s not possible in the same way…

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

    I can't get second expression to work properly... I understand the concept, so well explained, but I'm missing something.

    • @JosepMotion
      @JosepMotion 3 роки тому +3

      well, I deleted the "this" and now it works:
      pos = sourceRectAtTime(time).height;
      value-[0,pos];

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

      That's strange... I just checked it and it works fine when I use it in my project.
      Awesome you made it work anyway! 👏🏻 👍🏻

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

      @@JosepMotion Thank you! You are a hero!

  • @siana_nas
    @siana_nas 9 місяців тому

    it's doesnt work for me when I copy the code I have a error ligne 6 : substr is not defined
    I did all you say in the tutorial but i don't find solution :/

  • @rafaelm.5148
    @rafaelm.5148 Рік тому

    Great tutorial! But every time there is a letter with a lower section like a 'g' or a 'p' as an example, the line jumps as the box is getting slightly bigger on the bottom. I tried to find a solution, but I can't figure out.

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

      Thanks! That's a tricky question... I don't think there's an easy solution for it. That's why the text is in capital letters:)
      Usually a solution would be to adjust the "sourceRectAtTime" expression and add some seconds (time+3) so that it looks at the dimensions of the text layer when the text is complete. But in this case it means that the upwards movement of the text doesn't happen.

    • @rafaelm.5148
      @rafaelm.5148 Рік тому

      @@ManueldoesMotion thanks for answering.

  • @kiddu001
    @kiddu001 9 місяців тому

    I have some error showing if (F==1 "|" this | is not there in keyboard (i am using windows. Can someone please help me

  • @starykanalYT
    @starykanalYT 3 місяці тому

    why my venitian blinds are white not BLACK

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

    0:42 *align to the left, not the right ;)

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

      4:54 I ran into an issue adding an adjustment layer which just created a white screen - this was caused by the [grid] matte layer which was auto-set to Luma Inverted. Just turn this to 'none' to make the adj layer invisible :)

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

      Ups :-) Thanks!

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

    Hello Manuel, I realised my text now has the same color and I can't change each paragraph to different color
    Is there a way out?

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

      Hi! I think the easiest way would be to copy the text layers (including the grid) , mask each paragraph and change the colour.

  • @XXsirstrawhatXX
    @XXsirstrawhatXX 7 місяців тому

    Hey, when I go to add the expression the text just disappears. What should I do to fix this? Hope you see this.

  • @abdoulmadjidseibou3654
    @abdoulmadjidseibou3654 7 місяців тому

    Expression isn't working

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

    I'm trying to get another bit of text to start animating about 9sec into my animation and the animation won't work. It's like it's tied to the start of the comp. Any ideas on how to fix this?

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

      Hey, you could precompose it and move the precomp to 9 seconds. When you use expressions you can’t move layers. Either move your keyframes or the start and end points of layers but not the layer itself.

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

    I get grid, not the white squares. I can't figure out how you got the square dots instead of a white grid!? Can someone help please! Thanks in advance!

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

      I added Venetian Blinds twice to a Solid. For one effect, the direction is 0 degrees for the other it's 90 degrees. Transition completion 95%, Width 6.

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

    Manuel,
    Great Tut! Unfortunately the expressions dons't work
    Please fix it.

    • @ManueldoesMotion
      @ManueldoesMotion  3 роки тому +1

      Hi! So sorry! Just fixed it! Should work now.

    • @kennymagine-rr9yp
      @kennymagine-rr9yp 3 роки тому

      @@ManueldoesMotion still not working :(

    • @ManueldoesMotion
      @ManueldoesMotion  3 роки тому +2

      Did you name the slider control "speed"? Otherwise it doesn't work...

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

      @@ManueldoesMotion
      Yes I did but after your second response it did work. Thanks Manuel, you are Awesome!

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

      @@ManueldoesMotion Hey, I'm having a bit of an issue with the expression as well... I was checking to comments to see if anyone else had the same issue and it has been solved already, but no such luck for me. I made sure to rename the slader control to "Speed", but I'm getting an error message. The issue seems to be with the last line in the expression, the error reads "substr is not defined". Any suggestions?

  • @iraf.official
    @iraf.official Рік тому +1

    😎😎👌👌

  • @p-tronetribe8846
    @p-tronetribe8846 Рік тому

    it gives me an error when I type in the time*effect section and it says it’s invalid

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

    expression doesnt work for the scrolling. it gives an error. please help im on cc 2021

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

    Hopefully I didn't pay more than 2$. The download project does not work. Old computer writing is present, with screen ondulation and light effects, but absolutely no mouvement or animation. It seems there is a translation problem with my french release of AE. How desapointing. However, bravo for your projects. They are great!

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

      Hi! Expressions in After Effects aren’t translated automatically. You need to replace words like „Slider“ with the French word. If you want to use expressions frequently I would recommend switching to the English language version. That might be easier.

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

    I need help, I want to have this animation come in a few seconds before the video but can't seem how to find out how to have a starting point or end on my timeline, been trying to look up it up but can't find anything. I am a noob to this...
    (what I want is the text animation to start 3seconds after the video has started and last around 7seconds and fade out or glitch)
    but I don't know how to make a staring or ending keyframe....
    Also I don't have the background part just the text edit

    • @ManueldoesMotion
      @ManueldoesMotion  3 роки тому +1

      I would create two comps. One with your footage and one with the title animation. Add the comp with the title animation to the comp with your footage and position it in the timeline, like three seconds after the start and the simply fade the whole title animation comp out after 7 seconds.

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

      @@ManueldoesMotion i gave up and got the video done, if your interested how i done it on sony vegas it’s at the start of my most recent video but thank your for the help and this video :)

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

    This code doesn't work on future versions of AE. Current version V22.0.

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

      I'll probably create a new video on that topic soon...

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

    do some tutorials abaout glitches :D

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

      I've done two already:
      ua-cam.com/video/wclnqPzVhNk/v-deo.html
      ua-cam.com/video/MTw_17tqHrw/v-deo.html
      Might do another one soon!

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

      @@ManueldoesMotion i now :D i watch everythink with glitches i love them

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

    Hi! Can you tell me how to make an animation not from 1 frame?

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

      I would move the layer to where you want the animation to start and add the text without the expression before.

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

    The second version does not work and produces an expression error.

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

      Some had the same issue and deleted „this“ in the expression.

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

    The project file isn't free :(

  • @puffin20
    @puffin20 10 місяців тому

    I copied the code without editing it and still getting an error in substr(0,T) + Fl;. This just doesn't work...

    • @ManueldoesMotion
      @ManueldoesMotion  10 місяців тому

      What’s the error?

    • @puffin20
      @puffin20 10 місяців тому

      @@ManueldoesMotion substr is not a function

    • @ManueldoesMotion
      @ManueldoesMotion  10 місяців тому

      @@puffin20 Did you rename your Slider Control? It needs to be named "Speed" otherwise it doesn't work.

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

    hey, i get an error like this when i put the expression in
    effect named speed does not exist

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

      You need to name your slider "Speed". Exactly the same notation as in the expression.

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

      @@ManueldoesMotion cheers dude. big help

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

    It works in 2023, but even though the text is aligned to the left, once I add the expression it's centered again. Any idea why that could happen?

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

      Okay, just did it again and it works now.

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

      Hi! Awesome! I just opened the project just to make sure it works. Sometimes After Effects is weird:)

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

      @@ManueldoesMotion This happens to me too, I can't fix it :(

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

    Where do you put expression 2?

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

      To the source text property.

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

      @@ManueldoesMotion Yeah I tried to put it but it displays an error. Although the earlier code is working

  • @jbelang
    @jbelang 2 роки тому +2

    You really need to slow down and stop using so many shortcut commands. I am having a lot of trouble following you and producing the same result since you move from one thing to another very quickly and using shortcuts is hard enough to follow for a newbie

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

    I have the follow Error: substr is not defined. I copied it out of your website

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

      Did you name the slider control „speed“? Maybe that’s why it doesn’t work…

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

      @@ManueldoesMotion yes i'm having the same error. Slider is named speed. "error at line 7 in property 'source text' of layer 1. syntax error: invalid or unexpected token."

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

      @@yourpaljosh Hi Josh, I just opened a new comp and added the expression to a text layer. I don't get an error message. Syntax error sounds like there is a space missing or too much. E.g. before the semicolon. I am working on Mac and with AE 18.4 btw.

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

      @@ManueldoesMotion WOW thank you for replying. It was so simple. I labeled my slider "speed" and it HAS to be "Speed."

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

      @@yourpaljosh :) So glad you found the error!

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

    expression has error

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

      What error?

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

      @@ManueldoesMotion rectTime function doesn't exist

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

      @@GreySwole try: "pos = sourceRectAtTime(time).height;
      value-[0,pos];"

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

      @@ManueldoesMotion BRO YOUR THE BEST i just had this error too and this worked tysm

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

    how to rename the effect name?

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

      You mean the name of the slider "Speed"? If you rename it in the effects window you have to replace it in the expression as well...

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

      @@ManueldoesMotion what should i do? i saw you renamed it to “speed” but i can’t

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

      @@sevaaliyeva1649 It should work, just click in the field. And you have to be careful and use the exact same writing. I named it “Speed” with an Upper case

  • @carlosvalencia2763
    @carlosvalencia2763 4 місяці тому

    After Effects 2024: Replace the expression at 6:45 with this instead:
    pos = sourceRectAtTime(time).height;
    value-[0,pos];

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

    It is so annoying every time these videos use expression, they are never provided in the description so you end up copying them by hand and they never work. Also the link to the project file is invalid. Anyway.... a lot of wasted time to watch and then try only to find out the expression doesn't work.

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

      The link works and the expressions work. In which language do you use after effects?

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

    no me funciona el código, ayudaaaa

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

      What's the issue?

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

      @@ManueldoesMotion me marca error porque la propiedad Slider falta o no existe

    • @ManueldoesMotion
      @ManueldoesMotion  2 роки тому +1

      @@Analizame_Esto If you don't use the english version of after effects you might have to replace the word "Slider" in the expressions with the name in your language.
      It might also be that you might a spelling mistake somewhere...

    • @HB-vq2us
      @HB-vq2us 2 роки тому

      @@Analizame_Esto en nuestro idioma la palabra "Slider" es "Deslizador".

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

    Im having an error that says "Substr is not defined"

  • @tchoppa3409
    @tchoppa3409 6 місяців тому

    this Tutorial is useless when your AE isn't English by default lol

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

    This tutorial is wayy to fast, you just click things fast and not explain anything, if you are doing tutorials dont speed run through project

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

    Does not work for me with the function. I get this error: this.sourceRectAtTime is not a function