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

  1. on mouseDOWN
  2.   
  3.   puppetSound "PUSH_SE"
  4.   put Clickon() into vSP
  5.   
  6.   put item 1 of the name of cast the castNum of sprite vSP into cName
  7.   set the castNum of sprite vSP = the number of cast (cName & ",DW")
  8.   
  9.   set falselist = [9,28] 
  10.   repeat with n in falselist
  11.     puppetSprite n, false
  12.     updatestage     
  13.   end repeat   
  14.   go to "KEYWORD"
  15.   tell the stage
  16.     go to "LIB1"
  17.   end tell   
  18. end