Scratch

1234567891011121314151617
Across
  1. 2. A category of code blocks that controls the playback of sounds.
  2. 3. drop The background displayed on the Scratch stage.
  3. 5. The event that results from two objects bumping together.
  4. 7. A category of code blocks that controls the movement and position of sprites.
  5. 8. the colour coded drag and drop code snippets that represent instructions or commands
  6. 11. A planned piece of work that has a specific purpose (such as to find information or to make something new).
  7. 14. A category of code blocks that allows sprites to detect things like mouse position, keys pressed, or other sprites.
  8. 15. the viewing area where sprites and backrounds are
  9. 17. An action that triggers a script to run, such as clicking the green flag or pressing a key.
Down
  1. 1. category of code blocks that store information that can change during the project.
  2. 2. a language.
  3. 4. A category of code blocks that controls the flow of the script, such as loops and conditional statements.
  4. 6. A sequence.
  5. 9. Block: A graphical command that you snap together to create a script.
  6. 10. A category of code blocks that controls the appearance of sprites, like changing their costume or size.
  7. 12. A different appearance or version of a sprite.
  8. 13. A category of code blocks that allows sprites to draw on the stage.
  9. 15. A set of connected code blocks that tell a sprite or the stage what to do.
  10. 16. A category of code blocks that perform mathematical operations, comparisons, and other logical operations.