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

  1. on mouseDown
  2.   if pushbutton() then
  3.     tell window "TOWN"
  4.       pause
  5.     end tell
  6.     play "quit"
  7.   end if
  8. end
  9.  
  10. --on mouseUp
  11. --  PuppetSound 0
  12. --  puppetSprite clickon(),False
  13. --  
  14. --  updatestage
  15. --  
  16. --end