change_y y

Description

Change_y moves the draw cursor, keeping the x position the same but offsetting the y position by the value you pass it

Parameters

Change_y takes a number as the y offset value

Usage

goto 0 0

change_y 100

// now the draw cursor is at 0,100

Last updated