Scratch Flashcards
What is broadcasting in Scratch?
Broadcasting in Scratch refers to the method of sending a message from one sprite to all other sprites in the project
How do you create and use a variable in Scratch?
To create a variable in Scratch, you can use the “Make a variable” block from the Data category.
What is a variable in Scratch?
In Scratch, a variable is a named container that stores a value. Variables can store numbers, strings, or Boolean values.
How do you share a Scratch project with others?
To share a Scratch project with others, you can click on the “Share” button within the Scratch editor.
What is an event block in Scratch?
An event block in Scratch is a type of block that triggers a script to start when a specific event occurs
What is Scratch?
Scratch is a visual programming language and an online community where users can create interactive stories, games, and animations
What are sprites in Scratch?
Sprites are the characters or objects that users can create and manipulate in Scratch. They can be animated, respond to user input, and interact with other sprites.
What are blocks in Scratch?
Blocks are the programming commands or instructions in Scratch. Users can drag and snap together different blocks
How do you create a new sprite in Scratch?
In Scratch, you can create a new sprite by clicking on the “Choose a sprite from library” button or by importing an image
How do you make a sprite move in Scratch?
To make a sprite move in Scratch, you can use the “go to x: [ ] y: [ ]” block to specify the sprite’s destination