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

  1. on mousedown
  2.   global kasira,syurui,NoPoHV
  3.   puppetSound "PUSH_SE"
  4.   put Clickon() into vSP
  5.   put item 1 of the name of cast the castNum of sprite vSP into cName
  6.   put (the number of cast (cName & ",DW")) & "," into NoPoHV
  7.   put (the locH of sprite vSP) & ","  after NoPoHV
  8.   put the locV of sprite vSP after NoPoHV
  9.   MARKBUTTON
  10.   updatestage
  11.   put item 1 of the name of cast the castNum of sprite vSp into kasira
  12.   KENSAKU
  13.   puppetSound 0
  14. end
  15.