home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / drinks_22.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  201 b   |  10 lines

  1. on exitFrame
  2.   global gProgrmPathOnHD, StartMusic
  3.   if soundBusy(1) = 1 then
  4.     if StartMusic then
  5.       sound playFile 1, gProgrmPathOnHD & "drinks"
  6.       set StartMusic to 0
  7.     end if
  8.   end if
  9. end
  10.