> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/graphics-osl-window/rendering/draw-cursor/change_y-y.md).

# 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
```
