SCROLLX deltax
Scrolls the horizontal scrollbar of the "Screen" window.
The deltax input is the amount to move the scroll position by.
A positive number scrolls to the right and negative number scrolls to the left.
If deltax is 0 the scroller will reset to the center position.
REPEAT 10 [SCROLLX 10]