home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / load.dir / 00021_Script_21 < prev    next >
Text File  |  1995-11-10  |  245b  |  9 lines

  1. on KeyCheck
  2.   global fName
  3.   if (the number of chars in field "Name" > 0 and the number of chars in field "Name" < 9) and (the key = ENTER or the key = RETURN) then
  4.     set fName = line 1 of field "Name"
  5.     go to "GoLand"
  6.   end if
  7. end
  8.  
  9.