Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Where can I find the "Set pen shade" block?
- mikafalo0n
-
2 posts
Where can I find the "Set pen shade" block?
I can't seem to find it in the Pen code section, help 

- best-games-ever
-
500+ posts
Where can I find the "Set pen shade" block?
Your have to go to the bar on the right, go down to where it says “extensions”. Press that, and then press the big box that says pen. Hope this helps

- mikafalo0n
-
2 posts
Where can I find the "Set pen shade" block?
If you mean the bar on the left, I have opened it and got the pen out but for some reason, it's not there. It also doesn't show up on the "Set pen to "
https://cdn.discordapp.com/attachments/399458187679498253/632542553094488084/unknown.png

Last edited by mikafalo0n (Oct. 12, 2019 11:49:34)
- C0nyc0n
-
100+ posts
Where can I find the "Set pen shade" block?
set pen color to [#f0f]
If by shade you mean colour then this block is just in the pen extension.
- deck26
-
1000+ posts
Where can I find the "Set pen shade" block?
Did pen ‘shade’ exist in earlier versions, I can't remember? If you're looking at some reference that mentions that block that might be the problem.
- Joshia_T
-
500+ posts
Where can I find the "Set pen shade" block?
change pen shade by ()This block doesn't exist. I think you meant “brightness” try that?
Last edited by Joshia_T (Oct. 12, 2019 16:27:20)
- deck26
-
1000+ posts
Where can I find the "Set pen shade" block?
Pen shade did exist in Scratch 2 though. I still suspect they're following instructions fro something that referred to an earlier version.
- Tutor-42
-
100+ posts
Where can I find the "Set pen shade" block?
You can backpack a “set pen shade to …” block from any Scratch 2 project that used it into Scratch 3.
It will work in Scratch 3.
Here is one such project: https://scratch.mit.edu/projects/254282600/
Just drag the script in the project apart to get the “set pen shade to …” block (remove the math formula so it is just the “set pen shade to …” block).
Put the block in your backpack, then backpack it to your project.
It will work in Scratch 3.
Here is one such project: https://scratch.mit.edu/projects/254282600/
Just drag the script in the project apart to get the “set pen shade to …” block (remove the math formula so it is just the “set pen shade to …” block).
Put the block in your backpack, then backpack it to your project.
- I_am_a_nerd28
-
27 posts
Where can I find the "Set pen shade" block?
Can someone please show me how to get this block! 

set pen shade to ()
Last edited by I_am_a_nerd28 (April 23, 2020 07:16:30)
- Scratch-Minion
-
1000+ posts
Where can I find the "Set pen shade" block?
Can someone please show me how to get this block!set pen shade to ()
The post above yours gives the answer
. You can backpack a “set pen shade to …” block from any Scratch 2 project that used it into Scratch 3.
It will work in Scratch 3.
Here is one such project: https://scratch.mit.edu/projects/254282600/
Just drag the script in the project apart to get the “set pen shade to …” block (remove the math formula so it is just the “set pen shade to …” block).
Put the block in your backpack, then backpack it to your project.
- Discussion Forums
- » Help with Scripts
-
» Where can I find the "Set pen shade" block?