home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
FGL304D.ZIP;1
/
EXBAS.ARJ
/
FGDOC
/
EXAMPLES
/
BASIC
/
07-05.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
|
1994-01-24
|
306 b
|
25 lines
REM $INCLUDE: 'fastgraf.bi'
DEFINT A-Z
OldMode = FGgetmode
FGsetmode 16
FGsetcolor 14
FGtext "yellow", 6
FGsetcolor 10
FGtext " green", 6
FGsetcolor 7
FGrect 0, 127, 336, 349
FGsetcolor 12
FGlocate 24, 0
FGtext " Press any key. ", 16
FGwaitkey
FGsetmode OldMode
FGreset
END