home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / bbozu7.dir / 00088_Script_88 < prev    next >
Text File  |  1995-11-13  |  755b  |  33 lines

  1. on mouseUp
  2.   global gChangeP,gHuda
  3.   
  4.   set gChangeP = gChangeP + 1
  5.   if gChangeP > 3 then set gChangeP = 3
  6.   if gChangeP = 1 then
  7.     set the visible of sprite 18 = 1
  8.   else
  9.     if gChangeP = 2 then
  10.       set the visible of sprite 18 = 1
  11.       set the visible of sprite 19 = 1
  12.     else
  13.       if gChangeP = 3 then
  14.         set the visible of sprite 18 = 1
  15.         set the visible of sprite 19 = 1
  16.         set the visible of sprite 20 = 1
  17.       end if
  18.     end if
  19.   end if
  20.   
  21.   updateStage
  22.   Hantei
  23.   if gHuda = 7 then
  24.     set the castNum of sprite 48 = 1000
  25.     updateStage
  26.     go to frame"ItadakiP"
  27.   else
  28.     set the castNum of sprite 48 = 1000
  29.     puppetSound "turnover"
  30.     go to frame"Toru2"
  31.   end if
  32.   PuppetSound 0
  33. end