Change Pen Size by () | |
change pen size by () | |
Category | Pen |
Type | Stack |
The Change Pen Size by () block is a Pen block and a Stack block. The block changes the pen size by the specified amount.
Example Uses
In art projects where users can draw things, the pen size may want to be changed — this block does the job.
Some common uses for this block include:
- Repeatedly changing the pen size while the pen is being used to create interesting art
- Changing pen sizes for an art program
- In projects that draw objects with the pen, changing the size of the object(s)
Workaround
The Change Pen Size by () block can be replicated with the following code:
set pen size to ((pen size) + (amount))
Nevertheless, that is how Scratch itself does it.