home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / dpokalv2.dir / 00016_Script_16 < prev    next >
Text File  |  1995-11-10  |  424b  |  20 lines

  1. on mouseDown
  2.   global gCastPlus,gKake
  3.   PuppetSound"BUTTON04"
  4.   repeat while the mouseDown
  5.     set the castNum of sprite 48 = 90
  6.     updateStage
  7.   end repeat
  8.   
  9.   set the castNum of sprite 48 = 88
  10.   updateStage
  11.   set gCastPlus = 300
  12.   set gKake = 1
  13.   repeat with SP = 5 to 39
  14.     set the visible of sprite SP = 1
  15.   end repeat
  16.   set the visible of sprite 43 = 1
  17.   go to frame"Dealer.1"
  18.   PuppetSound 0
  19. end
  20.