change x by ()

From PenguinMod Wiki (Official)
Change x by ()
Jump to navigation Jump to search


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

Workaround

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

set x to ((x position) + (change in x :: grey))

See also