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

  1. on mouseDown
  2.   if pushbutton() then
  3.     tell window "TOWN"
  4.       go to "SELECT" of movie"ROUDOKU"
  5.     end tell
  6.     go to "tomap" 
  7.     sound stop 1
  8.     sound stop 2
  9.     sound stop 3
  10.   end if
  11.   
  12. end