home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Graphics
/
graphics-16000.iso
/
msdos
/
animutil
/
fastgfx
/
fg303d
/
exbas.arj
/
FGDOC
/
EXAMPLES
/
BASIC
/
15-08.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
|
284 b
|
17 lines
REM $INCLUDE: 'fastgraf.bi'
FGmusicb "T150 L8 EDCDEEE P DDD P EGG P EDCDEEE L16 P L8 EDDEDC$", 1
FGwaitkey
FGsuspend
PRINT "Music suspended. Press any key to resume."
FGwaitkey
FGresume
PRINT "Music resumed."
WHILE FGplaying = 1
WEND
PRINT "Music finished."
END