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

  1. on mousedown
  2.   PUT CLICKON() INTO vSP
  3.   CULCHECK (vSP - 10)
  4.      repeat with n = 6 to 28
  5.         puppetSprite n, false
  6. --        put item 1 of the name of cast the castNum of sprite n into cName
  7. --        set the castNum of sprite n = the number of cast (cName & ",up")
  8.         updatestage     
  9.     end repeat    
  10. end