home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / waku.dir / 00103_Script_103 < prev    next >
Text File  |  1995-11-10  |  313b  |  16 lines

  1. on mouseDown
  2.   global gTEIKA2,gTEIKA,CUL
  3.   if pushbutton() then
  4.     if gTEIKA < 1000 then
  5.       beep 1
  6.       tell window "TOWN"
  7.         put "≤°πç╟Ö∩sδ┤╟╡╟â╟«╟╦╟ï╟▌┼B" into field "SELECTview"
  8.       end tell
  9.     else
  10.       set gTEIKA2 = -1000
  11.       TEIKAX
  12.       ADDCHIELIST
  13.     end if
  14.   end if
  15.   
  16. end