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

  1. on exitFrame
  2.   global gProgrmPathOnHD, StartMusic, StartingLine, currMarker, Navigate, Choice
  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.   set the visible of sprite 17 to 0
  10.   set the visible of sprite 18 to 0
  11.   if the frame = label("spirit1") then
  12.     repeat with i = 11 to 15
  13.       set the visible of sprite i to 0
  14.     end repeat
  15.     set the cursor of sprite 10 to [34, 35]
  16.   end if
  17.   set x to the number of lines in field currMarker
  18.   if the number of lines in field currMarker < 20 then
  19.     set the visible of sprite 7 to 0
  20.     set the visible of sprite 8 to 0
  21.   end if
  22. end
  23.