Retro Computer Screen Title Animation | After Effects Tutorial

Sdílet
Vložit
  • čas přidán 11. 07. 2024
  • In this After Effects Tutorial, I'll show you how to create Retro Computer Screen Title Animations.
    ► Download the project file here: gumroad.com/manueldoesmotion
    Content:
    0:00 Intro
    0:20 Setting up the typewriter effect
    1:24 Breaking down the expression
    2:10 Creating the background
    3:25 Adding the lo-res text effect
    4:35 Adding wiggle expressions
    5:12 Adding a light
    6:15 Version 2 of the title animation
    6:40 Adding an expression for the position
    6:57 Problems and workarounds
    8:03 Outro
    The effect is procedural. So the font, the size, colours and the amount of text are completely up to you. The title animations are animated with expressions. The lo-res computer screen effect is created with standard effects.
    ►This is the link to the EXPRESSIONS I use in the tutorial. I've added them to my website:
    www.stein-hauser.com/expressions
    ►If you want to DIVE DEEPER. This is where I found all the bits and pieces:
    • How to Create a Type-T...
    blog.motionisland.com/how-to-...
    • Scrolling hacker text ...
    ► Software: Adobe After Effects 17.5
    ► I use music from Artlist: artlist.io
    If you have any further questions, let me know in the comments below. I do my best to answer all of them!
    ► Subscribe to my channel here:
    / @manueldoesmotion
    I am very curious how this tutorial inspired your work!
    Put the link in the comments below or even better: tag me on Instagram.
    ► @manueldoesmotion
    ► / manueldoesmotion
    ► my website: www.manueldoesmotion.com
    ► behance: www.behance.net/stein-hauser
    #aftereffectstutorial #animation #motiondesign

Komentáře • 233

  • @CriticalDispatch
    @CriticalDispatch Před 2 lety +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  Před 2 lety

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

  • @shuangcai2297
    @shuangcai2297 Před 2 lety +68

    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;

  • @JosepMotion
    @JosepMotion Před 3 lety +3

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 3 lety +1

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

  • @societesimulator
    @societesimulator Před 2 lety +56

    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  Před 2 lety +2

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

    • @tatachichi7884
      @tatachichi7884 Před 2 lety +1

      Merciiiii!

    • @damarisneira4436
      @damarisneira4436 Před rokem +8

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

    • @maxtrotta5609
      @maxtrotta5609 Před rokem +2

      Dieu merci tu existes ptn je m'arrachait les veuchs

    • @societesimulator
      @societesimulator Před rokem +1

      @@maxtrotta5609 je me les arrachais aussi haha

  • @lyraags2031
    @lyraags2031 Před 2 lety +1

    Best tutorial, thank you so much!

  • @Super_Ninety
    @Super_Ninety Před rokem

    Thank you for what you do Manuel!

  • @user-eo5ig9ws7k
    @user-eo5ig9ws7k Před 2 lety

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

  • @VautourDX
    @VautourDX Před 3 lety

    This was so great, thanks very much.

  • @colinesaintillan1072
    @colinesaintillan1072 Před 2 lety

    Thank you for this great tutorial :)

  • @HB-vq2us
    @HB-vq2us Před 2 lety

    Muchas gracias por tu tutorial, es muy bueno

  • @alicesun3098
    @alicesun3098 Před 21 dnem

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

  • @Multi30061980
    @Multi30061980 Před 2 lety

    Nice! Thank you!

  • @defaultnano
    @defaultnano Před 8 měsíci +18

    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  Před 8 měsíci +1

      That's a great tip! Thanks very much!

    • @rashedibnafiz
      @rashedibnafiz Před 7 měsíci

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

    • @defaultnano
      @defaultnano Před 7 měsíci +4

      @@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 Před 7 měsíci

      That is really helpful, thank you kindly.

    • @elsiedee9931
      @elsiedee9931 Před 3 měsíci

      Wow thank you ! ♡

  • @rafidev2099
    @rafidev2099 Před rokem

    Wow thank You for Your help 🙏😃

  • @IVtraxe
    @IVtraxe Před rokem

    The way of teaching ❤❤❤

  • @christianacosta_
    @christianacosta_ Před 4 měsíci

    thanks for this!

  • @AngelusDarkshadows
    @AngelusDarkshadows Před 2 lety +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  Před 2 lety +1

      Thanks very much for clarifying!

    • @narpika
      @narpika Před rokem

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

    • @AGRAk
      @AGRAk Před rokem

      THANK U

    • @pezeffect
      @pezeffect Před rokem

      Thank you!!

  • @emadsalah8769
    @emadsalah8769 Před 3 lety

    awesome

  • @avixpaul5202
    @avixpaul5202 Před 2 lety

    Thank you again..

  • @NiikiNiik-wn4mv
    @NiikiNiik-wn4mv Před rokem

    that's great

  • @Addygoat
    @Addygoat Před 2 lety

    Thank you

  • @leonardoquezada1602
    @leonardoquezada1602 Před 3 lety

    Thanks!

  • @hsensn4677
    @hsensn4677 Před 2 měsíci +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?

  • @connordoyle2296
    @connordoyle2296 Před 2 lety +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  Před 2 lety +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.

  • @gardenfilms1
    @gardenfilms1 Před 2 lety +7

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

  • @tomwhittaker_test2336
    @tomwhittaker_test2336 Před 2 lety +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  Před 2 lety +1

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

  • @briansharp47
    @briansharp47 Před rokem +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  Před rokem

      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 Před 8 měsíci +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.”

  • @Elomaramaro
    @Elomaramaro Před 3 měsíci +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  Před 3 měsíci +1

      You’re right! Thanks for the tip!

    • @Elomaramaro
      @Elomaramaro Před 3 měsíci

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

  • @marchatton2862
    @marchatton2862 Před 2 lety +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  Před 2 lety

      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.

  • @TrueVico
    @TrueVico Před 2 lety +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  Před 2 lety

      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 Před 2 lety

      @@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

  • @9onetwo223
    @9onetwo223 Před 2 lety +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  Před 2 lety +1

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

    • @Muffinman17JG
      @Muffinman17JG Před 2 lety +3

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

  • @CarlosRaulEstrellaRuiz
    @CarlosRaulEstrellaRuiz Před 11 měsíci +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  Před 11 měsíci

      What do you mean? Inverting the typewriter?

    • @CarlosRaulEstrellaRuiz
      @CarlosRaulEstrellaRuiz Před 11 měsíci +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.

  • @oguzkaanboga
    @oguzkaanboga Před 7 měsíci +1

    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?

  • @Xyphoe
    @Xyphoe Před 2 lety

    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  Před 2 lety

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

  • @nika6588
    @nika6588 Před 3 měsíci

    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.

  • @Sergionnerbroadcast
    @Sergionnerbroadcast Před 2 lety

    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!

  • @mrelad.
    @mrelad. Před 9 měsíci +2

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

  • @hunterfinch720
    @hunterfinch720 Před rokem

    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  Před rokem

      I recently published this tutorial: czcams.com/video/-7K1VIh7anU/video.html
      Maybe that helps?

  • @Chokkan
    @Chokkan Před 2 lety +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  Před 2 lety +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.

  • @DannyFile
    @DannyFile Před 5 měsíci

    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.

  • @scimd20
    @scimd20 Před 2 měsíci

    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?

  • @anemoiaprison
    @anemoiaprison Před rokem

    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  Před rokem +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.

  • @mr.k905
    @mr.k905 Před 2 lety

    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  Před 2 lety

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

  • @iraf.official
    @iraf.official Před 10 měsíci +1

    😎😎👌👌

  • @janice9645
    @janice9645 Před rokem +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?

  • @chrisharrigan9706
    @chrisharrigan9706 Před 8 měsíci

    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.

  • @taylorscott5265
    @taylorscott5265 Před 2 lety +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 Před 2 lety +2

      I have the same problem.

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety +2

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

    • @taylorscott5265
      @taylorscott5265 Před 2 lety

      @@ManueldoesMotion I’ll try that :)

    • @taylorscott5265
      @taylorscott5265 Před 2 lety

      @@ManueldoesMotion that seems to give the same error

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

      @@taylorscott5265 What exactly does the error message say?

  • @user-yl8ft8jh7g
    @user-yl8ft8jh7g Před rokem +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.

  • @nazirullsafrypaijo5694

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

    • @nazirullsafrypaijo5694
      @nazirullsafrypaijo5694 Před 2 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

      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...

  • @kjdubs5877
    @kjdubs5877 Před rokem

    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  Před rokem

      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.

  • @cre8ivestudio836
    @cre8ivestudio836 Před 2 lety

    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  Před 2 lety

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

  • @DrDevvi
    @DrDevvi Před 9 měsíci

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

    • @qqhh1727
      @qqhh1727 Před 4 měsíci

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

  • @rafaelm.5148
    @rafaelm.5148 Před 11 měsíci

    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  Před 11 měsíci

      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 Před 10 měsíci

      @@ManueldoesMotion thanks for answering.

  • @siana_nas
    @siana_nas Před 7 měsíci

    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 :/

  • @kiddu001
    @kiddu001 Před 6 měsíci

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

  • @ShamboKay
    @ShamboKay Před 3 lety

    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  Před 3 lety +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 Před 3 lety

      @@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 :)

  • @XXsirstrawhatXX
    @XXsirstrawhatXX Před 4 měsíci

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

  • @matthewryan647
    @matthewryan647 Před 9 měsíci

    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  Před 9 měsíci

      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.

  • @JosepMotion
    @JosepMotion Před 3 lety

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

    • @JosepMotion
      @JosepMotion Před 3 lety +3

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 3 lety

      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 Před 2 lety

      @@JosepMotion Thank you! You are a hero!

  • @sovux
    @sovux Před 2 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

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

  • @genshinF2Play
    @genshinF2Play Před rokem

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

  • @nathanbrunt390
    @nathanbrunt390 Před 2 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

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

    • @nathanbrunt390
      @nathanbrunt390 Před 2 lety

      @@ManueldoesMotion cheers dude. big help

  • @eamontanner6778
    @eamontanner6778 Před 2 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

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

  • @johnreed6379
    @johnreed6379 Před měsícem

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 21 dnem

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

  • @p-tronetribe8846
    @p-tronetribe8846 Před rokem

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

  • @HybridRain
    @HybridRain Před rokem

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

  • @Pako679
    @Pako679 Před 3 lety

    do some tutorials abaout glitches :D

    • @ManueldoesMotion
      @ManueldoesMotion  Před 3 lety

      I've done two already:
      czcams.com/video/wclnqPzVhNk/video.html
      czcams.com/video/MTw_17tqHrw/video.html
      Might do another one soon!

    • @Pako679
      @Pako679 Před 3 lety

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

  • @SaschaRobitzki
    @SaschaRobitzki Před rokem

    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 Před rokem

      Okay, just did it again and it works now.

    • @ManueldoesMotion
      @ManueldoesMotion  Před rokem

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

    • @heavensent7183
      @heavensent7183 Před rokem

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

  • @yigaltoledo7719
    @yigaltoledo7719 Před 3 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 3 lety +1

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

    • @kennymagine-rr9yp
      @kennymagine-rr9yp Před 3 lety

      @@ManueldoesMotion still not working :(

    • @ManueldoesMotion
      @ManueldoesMotion  Před 3 lety +2

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

    • @yigaltoledo7719
      @yigaltoledo7719 Před 3 lety

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

    • @blacksheepincorporated
      @blacksheepincorporated Před 2 lety

      @@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?

  • @modapit
    @modapit Před rokem

    doesn't work?

  • @TaenyKim23
    @TaenyKim23 Před 2 lety

    Where do you put expression 2?

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

      To the source text property.

    • @TaenyKim23
      @TaenyKim23 Před 2 lety

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

  • @tamzidraiyan
    @tamzidraiyan Před rokem

    The project file isn't free :(

  • @Anubiss3301
    @Anubiss3301 Před 2 lety

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

    • @Anubiss3301
      @Anubiss3301 Před 2 lety

      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  Před 2 lety

      Ups :-) Thanks!

  • @puffin20
    @puffin20 Před 7 měsíci

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 7 měsíci

      What’s the error?

    • @puffin20
      @puffin20 Před 7 měsíci

      @@ManueldoesMotion substr is not a function

    • @ManueldoesMotion
      @ManueldoesMotion  Před 7 měsíci

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

  • @RadamesClemente
    @RadamesClemente Před rokem

    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  Před rokem

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

  • @abdoulmadjidseibou3654
    @abdoulmadjidseibou3654 Před 5 měsíci

    Expression isn't working

  • @the_wandering_hamster5054

    Slow down that's my advice for a tutorial . . . Thank you still.

    • @ManueldoesMotion
      @ManueldoesMotion  Před rokem +1

      Thanks for your feedback! I think my newer tutorials are a bit slower.

  • @dain_sounds
    @dain_sounds Před 2 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

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

    • @yourpaljosh
      @yourpaljosh Před 2 lety

      @@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  Před 2 lety

      @@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 Před 2 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

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

  • @thorondor5465
    @thorondor5465 Před 2 lety +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.

  • @starykanalYT
    @starykanalYT Před 22 dny

    why my venitian blinds are white not BLACK

  • @sevaaliyeva1649
    @sevaaliyeva1649 Před 2 lety

    how to rename the effect name?

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

      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 Před 2 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

      @@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

  • @Analizame_Esto
    @Analizame_Esto Před 2 lety

    no me funciona el código, ayudaaaa

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

      What's the issue?

    • @Analizame_Esto
      @Analizame_Esto Před 2 lety

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

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety +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 Před 2 lety

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

  • @GreySwole
    @GreySwole Před 2 lety

    expression has error

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

      What error?

    • @GreySwole
      @GreySwole Před 2 lety

      @@ManueldoesMotion rectTime function doesn't exist

    • @ManueldoesMotion
      @ManueldoesMotion  Před 2 lety

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

    • @redmon_
      @redmon_ Před 2 lety

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

  • @franmini68
    @franmini68 Před rokem

    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  Před rokem

      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.

  • @iiTudy
    @iiTudy Před rokem

    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  Před rokem

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

  • @jbelang
    @jbelang Před rokem +1

    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

  • @tchoppa3409
    @tchoppa3409 Před 4 měsíci

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

  • @brilliant_stories
    @brilliant_stories Před 8 měsíci +7

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

  • @Ptmlol90
    @Ptmlol90 Před 2 lety

    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

  • @carlosvalencia2763
    @carlosvalencia2763 Před měsícem

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

  • @TangorVon
    @TangorVon Před měsícem

    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

  • @erikstarander415
    @erikstarander415 Před 2 lety

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

  • @owenhill8562
    @owenhill8562 Před 2 lety

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