home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
MBUG
/
MBUG096.ARC
/
STAR.WSF
< prev
next >
Wrap
Text File
|
1979-12-31
|
640b
|
24 lines
-- STAR --
by Simon Carter
This program produces a familiar pattern on the screen using one
loop and eight PLOT commands.
00100 HIRES2
00110 FOR I=0 TO 120 STEP 5
00120 PLOT 255+I*2,127 TO 255,247-I
00130 PLOT 255-I*2,127 TO 255,247-I
00140 PLOT 255+I*2,127 TO 255,I+7
00150 PLOT 255-I*2,127 TO 255,I+7
00160 PLOT 15+I*2,7 TO 15,127-I
00170 PLOT 496-I*2,7 TO 496,127-I
00180 PLOT 15+I*2,248 TO 15,I+128
00190 PLOT 496-I*2,248 TO 496,I+128
00200 NEXT I
00210 GOTO 210
96-I*2,7 TO 496,127-I
00180 PLOT 15+I*2,248 TO 15,I+128
00190 PLOT 496-I*2,248 TO 496,I+