home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
JNFB88.ZIP
/
DRAW.ARC
/
SCALER.BAS
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
BASIC Source File
|
1987-10-14
|
476 b
|
11 lines
SCREEN 9 'SCREEN 2 for CGA
FOR I% = 2 TO 74 STEP 8
DRAW "BM 320,175" 'move to screen center
'change 175 to 100 for CGA
DRAW "S =" + VARPTR$(I%) 'set scale factor
DRAW "BM +7,5" 'move to corner where next
'square starts
DRAW "U10 L14 D10 R14" 'draw square
DELAY 0.5 'wait a bit
NEXT I%