change_x x
Description
Change_x moves the draw cursor, keeping the y position the same but offsetting the x position by the value you pass it
Parameters
Change_x takes a number as the x offset value
Usage
goto 0 0
change_x 100
// now the draw cursor is at 100,0
Last updated
Was this helpful?