Scroll content of the active screen.
scroll screen x,y
x horizontal y vertical
Source background 21 do ' Let it snow! trace size (random 1 to 2) trace dot (random -100 to 100),95 scroll screen 0,1 update loop

Scroll content of the active screen.
scroll screen x,y
x horizontal y vertical
Source background 21 do ' Let it snow! trace size (random 1 to 2) trace dot (random -100 to 100),95 scroll screen 0,1 update loop