Computer Science, asked by Anonymous, 5 months ago

Draw different Block Shape with its figure in scratch?
the correct one will be marked as BRAINLIEST​

Answers

Answered by adityarockon18
0

Square

A square is very easy to draw. Use this custom block if you want it in the sprite's direction:

definesquaresizependownrepeat4movesizestepsturn90degrees

If you always want it at 90°, then use this:

definesquaresizependownchangexbysizechangeybyjoin-sizechangexbyjoin-sizechangeybysize

Your sprite will now draw a square when you run the block.

Rectangle

A rectangle is only slightly harder to draw. Use this block:

definerectangleheightheightwidthwidthrepeat2movewidthstepsturn90degreesmoveheightstepsturn90degrees

Your sprite will now draw a rectangle when you run the block.

Circle

A circle is is slightly harder to draw than a rectangle. Use this block:

Answered by Anonymous
1

Explanation:

square........,.......

Similar questions