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

  1. on exitFrame
  2.   global Fade, StartMusic, gProgrmPathOnHD
  3.   set StartMusic to 1
  4.   set Fade to 1
  5.   set the visible of sprite 6 to 0
  6.   set the visible of sprite 7 to 0
  7.   set the visible of sprite 8 to 0
  8.   if soundBusy(1) = 1 then
  9.     sound playFile 1, gProgrmPathOnHD & "hang"
  10.   end if
  11.   go(marker("hangAnim"))
  12. end
  13.