home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 3
/
FREEWARE.BIN
/
towns_os
/
run_run
/
get.bas
< prev
next >
Wrap
BASIC Source File
|
1980-01-02
|
593b
|
23 lines
100 AX=ABS(150)+1
200 AY=ABS(180)+1
300 A=2
400 SIZEZ=INT((2*AX*AY+(A-1))/A)
500 DIM DIZ(SIZEZ)
550 SCREEN@ 1,1
600 LOAD@ "hangu1.tif"
700 GET@A (0,0)-(150,180),DIZ
800 SAVE@ "paint32\hangu.dat",DIZ
900 'LOAD@ "hangu1.tif"
1000 'GET@A(0,0)-(150,180),DIz
1100 'SAVE "paint32\hangu1.dat",DIz
1200 LOAD@ "mii1.tif"
1300 GET@A(0,0)-(150,180),DIZ
1400 SAVE@ "paint32\mii.dat",DIZ
1500 LOAD@ "sea1.tif"
1600 GET@A(0,0)-(150,180),DIZ
1700 SAVE@ "paint32\sea.dat",DIZ
1800 LOAD@ "car1.tif"
1900 GET@A(0,0)-(150,180),DIZ
2000 SAVE@ "paint32\car.dat",DIZ
9600 `LOAD@ "\hangu1.tif"