goto x y
Description
Parameters
Usage
goto 100 100
goto -100 -100
goto 0 0
// 0 0 is centered on the window
goto window.left window.top
change 20 -20
// can also be used in conjunction with the window object to anchor elements to specific sides of the windowLast updated