home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / csinke6.dir / 00098_Script_98 < 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 4 = 406
  5.     set the locV of sprite 4 = 197
  6.     updateStage
  7.   end repeat
  8.   
  9.   PuppetSound"BUTTON04"
  10.   set the locH of sprite 4 = 401
  11.   set the locV of sprite 4 = 192
  12.   updateStage
  13.   set gChara = [ 1,2,3]
  14.   set gCharaNum = 3
  15.   deleteOne gChara,gCharaNum
  16.   set gBombMix = random(3)
  17.   set gSiLevel = 1
  18.   set gSiTime = 1
  19.   sound playfile 2,"\S_GAMEYA\SHOBU_B"
  20.   go to frame"Boze"
  21.   PuppetSound 0
  22. end
  23.