Basic Scratch blocks and what each does, for a young beginner learning block-based coding.
30 cards · basic cards · AI-written, checked twice. Edit anything.
- Move steps
- Moves the sprite forward in its current direction
- Turn right
- Rotates the sprite clockwise
- Turn left
- Rotates the sprite counterclockwise
- Go to x: y:
- Instantly moves the sprite to a specific coordinate on the stage
- Point in direction
- Sets which way the sprite faces
- Glide to position
- Moves the sprite smoothly to a new location over time
- If on edge, bounce
- Makes the sprite bounce off the edges of the stage
- Say block
- Shows text in a speech bubble above the sprite
- Think block
- Shows text in a thought bubble above the sprite
- Show block
- Makes a hidden sprite visible again
- Hide block
- Makes the sprite invisible
- Switch costume to
- Changes how the sprite looks
- Change size by
- Makes the sprite larger or smaller by a percentage
- Change color effect by
- Adjusts the color appearance of the sprite
- Clear graphic effects
- Removes all color and visual effects from the sprite