set_y y
Description
Set_y moves the draw cursor, keeping the x position the same but setting the y position to the value you pass it
Parameters
Set_y takes a number as the new x value
Usage
goto 0 0
set_y 50
// now the draw cursor is at 0,50
Last updated
Was this helpful?