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

  1. on mouseDown
  2.   if pushbutton() then
  3.     tell Window"town"
  4.       set the visible of sprite 48 = 1
  5.       set the type of sprite 48 = 1
  6.       puppetSprite 48,FALSE
  7.       go to "toPOKA"
  8.       sound playFile 2,"\S_GAMEYA\OPEN_POC"
  9.       UnLoad
  10.       go to movie"DPOKALV2"
  11.     end tell
  12.   end if
  13. end