home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / csinke6.dir / 00010_Script_10 < prev    next >
Text File  |  1995-11-13  |  287b  |  14 lines

  1. on exitFrame
  2.   puppetSprite 47,FALSE
  3.   puppetSprite 48,FALSE
  4.   updateStage
  5.   cursor 0
  6.   set the visible of sprite 48 = 1
  7.   repeat with SP = 2 to 31
  8.     set the visible of sprite SP = 0
  9.   end repeat
  10.   repeat with i = 2 to 31
  11.     PuppetSprite i,FALSE
  12.   end repeat
  13.   Shohai
  14. end