Simple animation

Jun 05, 2026 04:37 · 4:49 · English · Whisper Turbo · 2 স্পিকার
এই ট্রান্সক্রিপ্টটি মেয়াদ শেষ হবে 5 দিন. স্থায়ী সংরক্ষণের জন্য উন্নীত করুন →
শুধু দেখানো হচ্ছে
0:01
S… Speaker 2 (Simple animation)
So we are going to create a simple animation using the Scratch application
0:05
S… Speaker 2 (Simple animation)
or program.
0:06
S… Speaker 2 (Simple animation)
So what we want our sprite to do is our sprite
0:10
S… Speaker 2 (Simple animation)
to move some few steps,
0:13
S… Speaker 2 (Simple animation)
behave in a way,
0:15
S… Speaker 2 (Simple animation)
then also say hello,
0:18
S… Speaker 2 (Simple animation)
then after that make a sound.
0:21
S… Speaker 2 (Simple animation)
So we already have our default sprite,
0:23
S… Speaker 2 (Simple animation)
which is the cat.
0:24
S… Speaker 2 (Simple animation)
But if you don't want that one too,
0:26
S… Speaker 2 (Simple animation)
as our colleagues said,
0:27
S… Speaker 2 (Simple animation)
you can either choose a sprite.
0:29
S… Speaker 2 (Simple animation)
But for now,
0:30
S… Speaker 2 (Simple animation)
what we need is our background for the stage,
0:33
S… Speaker 2 (Simple animation)
which is the backdrop.
0:34
S… Speaker 2 (Simple animation)
So we will be choosing the boardwalk for
0:38
S… Speaker 2 (Simple animation)
our scratch animation.
0:42
S… Speaker 2 (Simple animation)
So after we're choosing the background,
0:44
S… Speaker 2 (Simple animation)
we position our sprites,
0:46
S… Speaker 2 (Simple animation)
then we move on to the block of code palette.
0:49
S… Speaker 2 (Simple animation)
So we'll be going to the event
0:55
S… Speaker 2 (Simple animation)
blocks first.
0:55
S… Speaker 2 (Simple animation)
So the event blocks,
0:58
S… Speaker 2 (Simple animation)
when clicked on the green flag,
0:59
S… Speaker 2 (Simple animation)
the scratch is supposed to behave.
1:03
S… Speaker 2 (Simple animation)
Or if you don't want to click on the block of code,
1:06
S… Speaker 2 (Simple animation)
you can also use the green flag indicated here.
1:08
S… Speaker 2 (Simple animation)
Or if you want the...
1:11
S… Speaker 2 (Simple animation)
inspired to stop its action you just click on the red button which is
1:15
S… Speaker 2 (Simple animation)
the stop okay so after we choosing that
1:19
S… Speaker 2 (Simple animation)
the when clicked on the green flag the code starts to
1:24
S… Speaker 2 (Simple animation)
run yes then after that
1:28
S… Speaker 2 (Simple animation)
we move on to the control with the
1:32
S… Speaker 2 (Simple animation)
control we have blocks of code there so we are going to choose the repeat code
1:36
S… Speaker 2 (Simple animation)
so the repeat block what it does is
1:40
S… Speaker 2 (Simple animation)
There is a 10 over there.
1:42
S… Speaker 2 (Simple animation)
What the 10 indicates is everything inside the block of code should
1:46
S… Speaker 2 (Simple animation)
run 10 times in a row.
1:47
S… Speaker 1 (Simple animation)
Yes.
1:49
S… Speaker 2 (Simple animation)
So after that,
1:50
S… Speaker 2 (Simple animation)
we also want our sprite to be able to move some few
1:54
S… Speaker 1 (Simple animation)
steps. So we move to motion.
1:56
S… Speaker 1 (Simple animation)
The motion,
1:57
S… Speaker 2 (Simple animation)
we choose the move steps code.
2:01
S… Speaker 2 (Simple animation)
So the move steps will tell the sprite to
2:05
S… Speaker 2 (Simple animation)
move 10 steps or you can choose the amount of steps you want the sprite to.
2:11
S… Speaker 2 (Simple animation)
then we also move back to the control
2:15
S… Speaker 2 (Simple animation)
block then we choose wait so after the sprite
2:19
S… Speaker 2 (Simple animation)
moves it's supposed to wait for just a second then perform
2:24
S… Speaker 2 (Simple animation)
the next action then after that we also want the
2:28
S… Speaker 2 (Simple animation)
sprite to change its costumes so the next costume
2:33
S… Speaker 2 (Simple animation)
means that it changes the sprite appearance
2:38
S… Speaker 2 (Simple animation)
like switching between work cycle process
2:42
S… Speaker 2 (Simple animation)
or work cycle poses so
2:46
S… Speaker 2 (Simple animation)
we move to the look then we choose our next costume
2:51
S… Speaker 2 (Simple animation)
so if the sprite is supposed
2:55
S… Speaker 2 (Simple animation)
to move in a straight manner it changes how it's supposed to move
2:59
S… Speaker 2 (Simple animation)
so after that then we also said we
3:03
S… Speaker 2 (Simple animation)
wanted the sprite to say hello
3:08
S… Speaker 2 (Simple animation)
So that one,
3:08
S… Speaker 2 (Simple animation)
we use the say hello for two seconds,
3:11
S… Speaker 2 (Simple animation)
which we are indicating the seconds is supposed to
3:15
S… Speaker 2 (Simple animation)
also perform the hello action.
3:16
S… Speaker 2 (Simple animation)
And with this,
3:18
S… Speaker 2 (Simple animation)
a speech bubble appears,
3:19
S… Speaker 2 (Simple animation)
and then the sprite says hello for two seconds,
3:22
S… Speaker 2 (Simple animation)
which is indicated over there.
3:24
S… Speaker 2 (Simple animation)
Then we move on to the sound,
3:27
S… Speaker 2 (Simple animation)
and that's our last,
3:28
S… Speaker 2 (Simple animation)
which the cat is supposed to say a meow sound.
3:33
S… Speaker 2 (Simple animation)
We just move to start sound,
3:35
S… Speaker 2 (Simple animation)
then the mail is also indicated over there.
3:37
S… Speaker 2 (Simple animation)
Then we run the block of code to verify that that's what
3:41
S… Speaker 1 (Simple animation)
it's supposed to do.
3:42
S… Speaker 2 (Simple animation)
That's what the
3:47
S… Speaker 2 (Simple animation)
sprite is doing.
3:48
S… Speaker 2 (Simple animation)
It's moving,
3:50
S… Speaker 2 (Simple animation)
changing its costumes,
3:52
S… Speaker 1 (Simple animation)
then makes
3:56
S… Speaker 2 (Simple animation)
the sound.
3:57
S… Speaker 2 (Simple animation)
So after it's making the sound,
4:01
S… Speaker 2 (Simple animation)
everything has been done already.
4:04
S… Speaker 2 (Simple animation)
And it's working.
4:05
S… Speaker 2 (Simple animation)
So after that,
4:07
S… Speaker 2 (Simple animation)
we want to save our work.
4:09
S… Speaker 2 (Simple animation)
We move to file.
4:10
S… Speaker 2 (Simple animation)
Then we save it to our computer.
4:13
S… Speaker 2 (Simple animation)
So we save the
4:17
S… Speaker 2 (Simple animation)
work by indicating the project name.
4:19
S… Speaker 2 (Simple animation)
So I'm going to do it Martin.
4:23
S… Speaker 2 (Simple animation)
Then our project is saved right
4:28
S… Speaker 2 (Simple animation)
here, which has already popped up.
4:30
S… Speaker 2 (Simple animation)
So this is what we are
4:34
S… Speaker 1 (Simple animation)
supposed to do.
4:37
S… Speaker 2 (Simple animation)
or this is just a simple animation we are supposed to do.

এই ট্রান্সক্রিপ্টটি AI (স্বয়ংক্রিয় বাক্য সনাক্তকরণ) দ্বারা তৈরি করা হয়েছে। এতে ভুল থাকতে পারে - গুরুত্বপূর্ণ ব্যবহারের জন্য মূল অডিওটির সাথে পরীক্ষা করুন। AI নীতিমালা

❤️ STT.ai ভালবাসো?
সারসংক্ষেপ
এই ট্রান্সক্রিপ্ট এর একটি AI সারসংক্ষেপ তৈরি করতে সারসংক্ষেপ ক্লিক করুন।
সারসংক্ষেপ...
এই ট্রান্সক্রিপ্ট সম্পর্কে AI জিজ্ঞাসা করুন
এই অনুলিপি সম্পর্কে যে কোন প্রশ্ন করুন - এআই সংশ্লিষ্ট অংশ খুঁজে বের করবে এবং উত্তর দেবে।