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

  1. on mousedown
  2.   PuppetSound"BUTTON08"
  3.   set the visible of Window"Town"  to TRUE
  4.   tell window "TOWN"
  5.     continue
  6.   end tell
  7.   tell window "WAKARUTA"
  8.     pause
  9.   end tell
  10.   
  11.   forget window "WAKARUTA"
  12.   puppetsprite 7,FALSE
  13.   play done
  14.   PuppetSound 0
  15. end
  16.