home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / roudoku.dir / 00003_Script_3 < prev    next >
Text File  |  1995-11-10  |  485b  |  16 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.   put NoPoHV
  10.   MARKBUTTON
  11.   MARKBUTTON2
  12.   updatestage
  13.   put item 1 of the name of cast the castNum of sprite vSp into kasira
  14.   KENSAKU
  15.   puppetSound 0
  16. end