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

  1. on mouseDown
  2.   global gCharaNum
  3.   puppetSound"BUTTON04"
  4.   repeat while the mouseDown
  5.     set the castNum of sprite 45 = 219
  6.     updateStage
  7.   end repeat
  8.   
  9.   set the castNum of sprite 45 = 217
  10.   updateStage
  11.   set the visible of sprite 48 = 1
  12.   set the castNum of sprite 36 = 34
  13.   if gCharaNum = 1 then
  14.     set the castNum of sprite 37 = 36
  15.   else
  16.     if gCharaNum = 2 then
  17.       set the castNum of sprite 37 = 38
  18.     else
  19.       if gCharaNum = 3 then
  20.         set the castNum of sprite 37 = 40
  21.       end if
  22.     end if
  23.   end if
  24.   go to frame"Lovel0"
  25.   PuppetSound 0
  26.   preLoadCast 77 , 79
  27. end
  28.