home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 39
/
PCGAMER39.bin
/
games
/
amber
/
amberhub.dxr
/
00047.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-08
|
196 b
|
11 lines
on exitFrame
global gSoundPath
cursor(-1)
startTimer()
if soundBusy(1) then
sound stop 1
end if
set the volume of sound 1 to 155
sound playFile 1, gSoundPath & "RoxyThm.aif"
end