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

  1. on mouseDown
  2.     sound playfile 2,":MATERIAL:BUTTON08"
  3.   if objectP(CPUwindow) then
  4.     set the visible of Window"CPU"  to TRUE
  5.     tell window "CPU"
  6.       continue
  7.     end tell
  8.     tell window "KYOTEN"
  9.       pause
  10.     end tell
  11.     
  12.     forget window "KYOTEN"
  13.   else
  14.     tell the stage
  15.       continue
  16.     end tell
  17.     tell window "KYOTEN"
  18.       pause
  19.     end tell
  20.     forget window "KYOTEN"
  21.   end if
  22.   puppetsprite 48,FALSE
  23.   puppetsprite 45,TRUE
  24.   play done
  25.   PuppetSound 0
  26. end