change x y

Description

Change moves the draw cursor, offsetting both the x and the y value based on the parameters you pass it

Parameters

Change takes two numbers for the x and y offsets

Usage

goto 0 0

change 100 -100

// now the draw cursor is at 100,-100

Last updated