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

  1. on enterFrame
  2.   repeat with N = 11 to 32
  3.     puppetSprite N, False
  4.     updatestage
  5.   END REPEAT
  6. end
  7. --on exitFrame
  8. --  repeat with N = 30 to 32
  9. --    puppetSprite N, False
  10. --  END REPEAT
  11. --end