home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / bbozu7.dir / 00032_Script_32 < prev    next >
Text File  |  1995-11-13  |  294b  |  15 lines

  1. on enterFrame
  2.   set the visible of sprite 14 = 0
  3.   set the visible of sprite 15 = 0
  4. end 
  5.  
  6. on exitFrame
  7.   Syohai
  8.   wait 60
  9.   repeat with SP = 1 to 37
  10.     set the visible of sprite SP = 0
  11.   end repeat
  12.   repeat with SP = 44 to 48
  13.     set the visible of sprite SP = 0
  14.   end repeat
  15. end