Computer Science, asked by princessy7895, 5 months ago

Which block menu will allow the sprite to draw lines on stage

Answers

Answered by itzkaur93
11

Answer:

I should use a motion block to move my sprite around quite easily-This is the right answer. Explanation: Actually motion blocks are used as popular scratch blocks, to control the movement of a "sprite" according to one's own wish.

THANKS DEAR !!

Answered by kaurjashan485
1

Blocks are puzzle-piece shapes that are used to create code in Scratch. The blocks connect to each other vertically like a jigsaw puzzle, where each data type (hat, stack, reporter, boolean, or cap) has its own shape, and a specially shaped slot for it to be inserted into, which prevents syntax errors. Series of connected blocks are called scripts.

Blocks are often easier to work with than text-based programming, as one has to memorize the commands typed and syntax errors may occur. However, text-based programming is more flexible, as blocks cannot be easily edited.

There are ten categories of blocks: Motion, Looks, Sound, Event, Control, Sensing, Operators, Variables, List, and My Blocks. The list blocks are shown under the Variables Blocks.

In total, there are seven Hat Blocks, five C Blocks, thirty-one Reporter Blocks, thirteen Boolean Blocks, two Cap Blocks and fifty-nine Stack Blocks.

Similar questions