home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00014.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  574 b   |  19 lines

  1. on exitFrame
  2.   global gProgrmPathOnHD
  3.   if soundBusy(1) = 0 then
  4.     sound playFile 1, gProgrmPathOnHD & "main"
  5.   end if
  6.   set the cursor of sprite 3 to [16, 17]
  7.   set the cursor of sprite 4 to [16, 17]
  8.   set the cursor of sprite 6 to [16, 17]
  9.   set the cursor of sprite 7 to [16, 17]
  10.   set the cursor of sprite 7 to [16, 17]
  11.   set the cursor of sprite 9 to [16, 17]
  12.   set the cursor of sprite 10 to [16, 17]
  13.   set the cursor of sprite 11 to [16, 17]
  14.   set the cursor of sprite 14 to [16, 17]
  15.   repeat with i = 16 to 19
  16.     set the visible of sprite i to 0
  17.   end repeat
  18. end
  19.