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:
Text File  |  1996-03-16  |  246 b   |  12 lines

  1. on exitFrame
  2.   global gCurrentSong
  3.   sound playFile 2, the pathName & "newBreak.AIF"
  4.   set the volume of sound 2 to 150
  5.   if soundBusy(1) then
  6.     sound stop 1
  7.   end if
  8.   if not (gCurrentSong = " ") then
  9.     unLoadCast(gCurrentSong)
  10.   end if
  11. end
  12.