Instructions for developing ScratchJR animation scenes

Once students have basic knowledge of building an animated scene on ScratchJR, they can easily develop that scene to their liking, adding more content and more characters.

Once students have basic knowledge of building an animated scene on ScratchJR, they can easily develop that scene to their liking, adding more content and more characters. Additionally, students can create dialogue between characters in animations in ScratchJR. Below are instructions for developing animated scenes in ScratchJR.

How to develop a ScratchJR animation scene

Step 1:

First, you reopen the previously created animation. Next, you need to add a new character to that scene .

Instructions for developing ScratchJR animation scenes Picture 1Instructions for developing ScratchJR animation scenes Picture 1

Step 2:

To adjust the newly added second character to be able to rotate left or right , click on the move command group and select the rotate right or rotate command as shown below to do it for the character.

Instructions for developing ScratchJR animation scenes Picture 2Instructions for developing ScratchJR animation scenes Picture 2

Step 3:

Back to the cat program . Here you need to add the Wait statement , the first statement in the orange Controls group as shown below.

The number below this command is the waiting time , calculated in tenths of a second. If we want to stop for 1 second, we must enter the number 10, for 2 seconds, enter the number 20.

You drag this command down the program as below, then edit the waiting time you want on the keyboard in the interface.

Instructions for developing ScratchJR animation scenes Picture 3Instructions for developing ScratchJR animation scenes Picture 3

Step 4:

Also in this program, you pull the second character close to the cat character at a moderate distance so that when you return, you will have time to wait. Then click on character number 2's program to write.

Instructions for developing ScratchJR animation scenes Picture 4Instructions for developing ScratchJR animation scenes Picture 4

Step 5:

Click on the control command group and then add the following commands one by one to build a dialogue with the cat character. We add a dialogue command for character 2 and then also add a wait command with the appropriate time.

Instructions for developing ScratchJR animation scenes Picture 5Instructions for developing ScratchJR animation scenes Picture 5

Step 6:

You will build a command with each sentence adding a waiting command for another character to speak. When constructing a sentence and using the Wait command, it is necessary to calculate the appropriate time for the two characters in the conversation.

You can refer to the group of construction commands for the cat character as below.

Instructions for developing ScratchJR animation scenes Picture 6Instructions for developing ScratchJR animation scenes Picture 6

Here is the command for character 2 in the show for reference.

Instructions for developing ScratchJR animation scenes Picture 7Instructions for developing ScratchJR animation scenes Picture 7

4 ★ | 1 Vote