# 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

```javascript
goto 0 0

change_y 100

// now the draw cursor is at 0,100
```
