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

  1. on mousedown
  2.   if pushbutton() then
  3.     
  4.     tell window "TOWN"
  5.       go to "KEYWORD"
  6.     end tell
  7.     go to "LIB1"
  8.   end if
  9.   
  10. end