home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
mac
/
Resources
/
audiosyncrasy
/
a_s_demo.dxr
/
00158.ls
< 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
Text File
|
1996-03-16
|
246 b
|
12 lines
on exitFrame
global gCurrentSong
sound playFile 2, the pathName & "newBreak.AIF"
set the volume of sound 2 to 150
if soundBusy(1) then
sound stop 1
end if
if not (gCurrentSong = " ") then
unLoadCast(gCurrentSong)
end if
end