c = .01 'c is shape of half-circle.
d = 1 'd is direction of up and down.
xx = 400 'Added amount to fill the screen below.
xx = xx + 2 'Movement from left to right.
xxx = xxx + 1 'Shift making it at an angle.
FOR x
= xx
+ 800 TO -xx
STEP -50 'Horizontal Loop. CIRCLE (x
+ xxx
, y
), 25, _RGB32(0, b
, 155 + b
), _PI, 2 * _PI, c
'All of the waves you see. b = b + 1 'Blue color.
xxx = 0