Ls1 Computing(Scratch)
Ls1 Computing(Scratch)
10/09/2024
HELPFUL STEPS FOR SIMPLE SCRATCH GAMES
1. Motion Blocks :
2. Control Blocks :
- When (green flag) clicked : Starts the game when the green flag is clicked.
- Wait ___ seconds : Pauses the code for a set number of seconds.
- Repeat (10) : Repeats the enclosed blocks for a set number of times.
3. Sensing Blocks :
4. Looks Blocks :
- Say (Hello!) for (2) seconds : Displays a speech bubble for a certain time.
6. Events Blocks :
- When backdrop switches to (backdrop) : Starts an action when the backdrop changes.
- Operators (e.g., <, =, and +) : Used for conditions and math operations.
- Use Motion blocks for controlling the sprite's movement with the arrow keys.
- Use Control blocks to detect if the sprite touches the walls or reaches the goal.