change y by ()

From PenguinMod Wiki (Official)
Revision as of 21:22, 25 August 2024 by Steve0Greatness (talk | contribs) (Add see also from most relevant page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Change y by ()
Jump to navigation Jump to search


change y by () is a motion stack block from Scratch that adds to the y position of the sprite by a specified amount. The default value for this block is 10.

Workaround

This block can be worked around by using set y to () with (y position) + (y change) as the input:

set y to ((y position) + (y change::grey))

See also