home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / csinke6.dir / 00097_Script_97 < prev    next >
Text File  |  1995-11-13  |  539b  |  23 lines

  1. on mouseDown
  2.   global gSiLevel, gBombMix,gSiTime,gChara,gCharaNum
  3.   repeat while the mouseDown
  4.     set the locH of sprite 3 = 114
  5.     set the locV of sprite 3 = 197
  6.     updateStage
  7.   end repeat
  8.   
  9.   PuppetSound"BUTTON04"
  10.   set the locH of sprite 3 = 109
  11.   set the locV of sprite 3 = 192
  12.   updateStage
  13.   set gChara = [ 1,2,3]
  14.   set gCharaNum = 2
  15.   deleteOne gChara,gCharaNum
  16.   set gBombMix = random(3)
  17.   set gSiLevel = 1
  18.   set gSiTime = 1
  19.   sound playfile 2,"\S_GAMEYA\SHOBU_H"
  20.   go to frame"Hime"
  21.   PuppetSound 0
  22. end
  23.