How to create fancy Text Animation in Scratch | Full Tutorial

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hello guys this is small def Channel and today we will show you how to use different scratch effects to create really fancy text animation are you ready let's get started we start by defining the project name Let It Be animated text next step is to choose Stripes backdrop from the scratch gallery now we are going to draw our first letter from the word deps let's select the text component and insert letter D now we need to improve its style a bit for that we choose red fill and gray outline okay it's time for the code blocks we need to place our letter somewhere on the left side of the screen and for that we use go to XY component let's add a new variable called Zoom to keep the current size of the letter each letter will contain its own individual instance of that variable we set the initial Zoom value to 50 thanks to that we will have some space to make it larger after setting the default Direction value we need to add forever Loop this is where the main magic will happen our goal is to respond to Mouse Hoover so we need to use one of the sensing components called touching if we tach d letter we want to increase the zoom value by two and we want to repeat this process until the value reaches 100 again we use set size component for that if we don't touch the letter in example we move the cursor out of it we want to decrease the zoom value until it reaches 50 this means that we restore the letter size to the default value let's try it out letter D is too small so we need need to make it a bit bigger now it should be fine to make the letter e we can just duplicate this Sprite this will clone the costume and all the Cod blocks we moved now let's change the color of e- letter and fix the position on the screen the plan for letter e is to make it bigger exactly like d but the new trick is to rotate it a little to the right when we move the the cursor out of it we will rotate it left to the default position let's click the green flag and check if e behaves as expected okay looks brilliant now it's time for letter V we repeat the same steps to clone the previous Sprite and to change the color this time we choose yellow color again we fix the position on the screen this letter will have a color change changing effect which means we will try to change its color as we zoom in and out for this we need to use change color effect by component let's put tender and minus 10 in else block to revert it now it's time for the Disco our vletter looks really impressive the last part of the show is the letter s for which we will choose a nice blue color now let's do something absolutely crazy we will choose the wh effect to get something outstanding let's run the app and check the final result it looks really awesome okay that's it for this tutorial thank you for today and see you later I
Info
Channel: smallDevs
Views: 88
Rating: undefined out of 5
Keywords:
Id: siNcNR46KQw
Channel Id: undefined
Length: 5min 40sec (340 seconds)
Published: Fri Feb 02 2024
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.