A compilation of control and termination statements in ScratchJR.
The control and termination statements in ScratchJR are used to build more advanced programs, such as repeating a specific detail in an animation.
Table of Contents
The control and termination statements in ScratchJR are used to build more advanced programs, such as repeating a specific detail in an animation. This makes the animation in ScratchJR much more dynamic, providing a foundation for students to develop more programs. Let's review the control and termination statements in ScratchJR.
Control groups in ScratchJR
| Command | Function |
|
The wait command is calculated in tenths of a second. As shown in the image, it will wait 1 second. If you want to wait for 5 seconds, you would enter 50. |
|
This command adjusts the movement speed. It has three options: Slow, Medium, and Fast. The command shown here is Medium speed. |
|
Loop statement: The statements within this block will be repeated the specified number of times. As shown in the image, it is repeated 4 times. |
|
This statement stops all operations in the program. This is a statement that is rarely used. |
The final command group in ScratchJR
These are the commands used when performing character movement functions in ScratchJR. The numbers in these commands correspond to a square on the stage. When the stage is displayed as a grid, it's easier to visualize the number of moves.
| Command | Function |
|
The "loop forever" statement: When this statement is encountered, the program will return to the first statement and execute it again. |
|
Scene transition statement: This statement is quite commonly used to switch to a specific scene. |
|
This statement terminates the program at one scene and automatically moves to the next. |
5 ★ | 1 Vote
Read More
- Basic ScratchJR Quiz - Lesson 1 with Answers
- ScratchJR Quiz - Lesson 2: Adding Characters
- ScratchJR Quiz - Lesson 5: Review of Commands
- Instructions on adding characters in ScratchJR
- Control flow in C ++
- Guide to learning English on ScratchJR
- ScratchJR Maze Game Design Tutorial (Part 2)
- ScratchJR Maze Game Design Tutorial (Final Lesson)
- Things to experience right away with children on Scratch and ScratchJr
- How to add a start and end screen for a ScratchJR quiz (Part 3)
- How to create multiple-choice questions in ScratchJR (Part 1)
- Instructions for using sound in ScratchJR
- Instructions for designing a maze game in ScratchJR
- Instructions for building text animations on ScratchJR