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