Computer Science, asked by FantasticHero, 7 months ago

what are the script to make a rectangle in scratch​

Answers

Answered by RAAZ34
3

Answer:

Explanation:

Use this script:

define

draw

a

length

by

height

rectangle

centered

at

x

x

y

y

with

pen

size

pensize

go

to

x:

x

-

length

/

2

y:

y

-

height

/

2

set

pen

size

to

pensize

pen

down

change

y

by

height

change

x

by

length

change

y

by

0

-

height

change

x

by

0

-

length

pen

up

Don't forget to set it to run without screen refresh!

Hope this helps!

Answered by CaptainAmerica6293
1

Explanation:

HOPE IT HELPED YOU IF IT HELPED YOU A LITTLE THEN PLEASE MARK ME AS BRAINILIST.

THANK YOU.

Attachments:
Similar questions