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

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