# change\_x x

## Description

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

## Parameters

Change\_x takes a number as the x offset value

## Usage

```javascript
goto 0 0

change_x 100

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