Discuss Scratch

Divad22222
Scratcher
7 posts

Help me with the "Pen" Feature! :(

Hi! I have been using scratch for OVER 2 YEARS now. And I still do not know How to use the pen feature! I want to make a pen game! :,(


Here's my code:

set pen color to [#d60c73]
set pen size to (100)
pen up
j_a_n_t_i
Scratcher
500+ posts

Help me with the "Pen" Feature! :(

The thing that is painting is a sprite. So if your sprite isn't moving, nothing will be painted on the stage.

How to use the pen:
set pen color to [color] 
This block set pen color to selected color.

set pen size to [size] 
This block sets the pen thickness to the selected size.

pen up 
If this block was used, sprite won't painting.

pen down 
If this block was used after “pen up” sprite will painting.

I hope I help
Sorry, but I'm not very good in English. But try as I can.

Last edited by j_a_n_t_i (Oct. 13, 2021 16:01:33)

Divad22222
Scratcher
7 posts

Help me with the "Pen" Feature! :(

Thanks for the help, @j_a_n_t_i!
j_a_n_t_i
Scratcher
500+ posts

Help me with the "Pen" Feature! :(

So I think You understand my post.
I am from Poland so I am not very good in English. It's nice to be able to help.

Powered by DjangoBB