change size by ()

From PenguinMod Wiki (Official)
Revision as of 22:09, 30 July 2024 by MediansSC (talk | contribs) (Created page with "{{Infobox Block |block_name = change size by () |block_type = Stack Block |category = Looks |title = change size by () }} The '''change size by ()''' block is a stack block in the Looks category that changes the size attribute of the sprite that the block is in by the inputted value. It originates from Scratch. The default value of this block is 10. ==Workaround== This block can be worked around by using the set size to ()% block and the size repo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Change size by ()
Jump to navigation Jump to search

The change size by () block is a stack block in the Looks category that changes the size attribute of the sprite that the block is in by the inputted value. It originates from Scratch. The default value of this block is 10.

Workaround

This block can be worked around by using the set size to ()% block and the size reporter block:

set size to ((size) + (change in size::grey))%