Sure

thnx for the response.
+ my DB pro version of the win bit is in the 20 line challenge section if you need it.
PRINT "PRESS A KEY TO BEGIN"
WAIT KEY
v=0
x=0
while x<49
INK RGB(240,v,0), RGB(100,00,100)
line 300,v,300+v,240
v=v+5
x=x+1
endwhile
while X<97
INK RGB(480-v,240,0), RGB(100,00,100)
line 300,v,780-v,240
v=v+5
x=x+1
endwhile
while X<145
INK RGB(0,720-v,-480+v), RGB(100,00,100)
line 300,960-v,780-v,240
v=v+5
x=x+1
endwhile
while X<193
INK RGB(-720+v,0,960-v), RGB(100,00,100)
line 300,960-v,-660+v,240
v=v+5
x=x+1
endwhile
PRINT "press a key to exit"
wait key
Go for the eyes boo! Go for the eyes!