home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Graphics
/
graphics-16000.iso
/
msdos
/
animutil
/
fastgfx
/
fg303d
/
exbas.arj
/
FGDOC
/
EXAMPLES
/
BASIC
/
06-09.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
|
285 b
|
23 lines
REM $INCLUDE: 'fastgraf.bi'
DEFINT A-Z
OldMode = FGgetmode
FGsetmode FGautomode
FGsetcolor 15
FGinitw
FGsetworld -100.0, 100.0, -100.0, 100.0
X = FGxscreen(0.0)
FGmovew 0.0, 0.0
FGellipsew 12.5, 12.5
FGcirclew 12.5
FGwaitkey
FGsetmode OldMode
FGreset
END