change pen size by ()

From PenguinMod Wiki (Official)
Revision as of 17:40, 26 July 2024 by MediansSC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Change pen size by ()
Jump to navigation Jump to search

The change pen size by () block is a stack block that changes the pen size by the specified number. It originates from Scratch. The default value is "1".

Workaround

This block can be worked around by using the set pen size to () block with the pen ( v)::pen reporter reporter:

define change pen size by (num)
set pen size to ((pen (size v)::pen) + (num))