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

  1. on mousedown
  2.   global kasira,syurui 
  3.   puppetSound "PUSH_SE"
  4.   put Clickon() into vSP
  5.   puppetSprite vSP, true
  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.    if syurui = "Γ├Ωl" then
  9.     puppetSprite 6, true
  10.     set the castNum of sprite 6 = the number of cast "SAKUSHA,DW"
  11.   end if
  12.   repeat with n = 10 to 24
  13.     if n = vSP then next repeat
  14.     else
  15.       puppetSprite n, false
  16.       put item 1 of the name of cast the castNum of sprite n into cName
  17.       set the castNum of sprite n = the number of cast (cName & ",up")
  18.       updatestage  
  19.     end if    
  20.   end repeat       
  21.   put item 1 of the name of cast the castNum of sprite vSp into kasira
  22.   KENSAKU
  23.   puppetSound 0
  24. end
  25.