Category : Files from Magazines
Archive   : N7V11.ZIP
Filename : CIRCLES.BAS

 
Output of file : CIRCLES.BAS contained in archive : N7V11.ZIP
DEFINT A-Z
SCREEN 9

WHILE INKEY$ = "" 'continue until a key is pressed

X = RND * 640 'random X center
Y = RND * 350 'random Y center
Radius = RND * 100 'random radius
C = (C MOD 14) + 1 'increment C from 1 to 14 then back to 1 again
CIRCLE (X, Y), Radius, 15 'draw circle in white
PAINT (X, Y), C, 15 'fill to boundaries of the circle in color C
CIRCLE (X, Y), Radius, C 'redraw the circle in color C

WEND


  3 Responses to “Category : Files from Magazines
Archive   : N7V11.ZIP
Filename : CIRCLES.BAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/