home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Graphics
/
graphics-16000.iso
/
msdos
/
animutil
/
fastgfx
/
fg303d
/
exbas.arj
/
FGDOC
/
EXAMPLES
/
BASIC
/
06-13.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1993-09-30
|
280 b
|
22 lines
REM $INCLUDE: 'fastgraf.bi'
DEFINT A-Z
OldMode = FGgetmode
FGsetmode 19
FGsetcolor 9
FGrect 0, 159, 0, 199
FGsetcolor 15
FGrect 160, 319, 0, 199
FGwaitkey
FGboxx 80, 239, 50, 149
FGwaitkey
FGboxx 80, 239, 50, 149
FGwaitkey
FGsetmode OldMode
FGreset
END