change x by ()

Change x by ()


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