home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / karu_gin.dir / 00338_Script_338 < prev    next >
Text File  |  1995-11-13  |  743b  |  30 lines

  1. on exitFrame
  2.   global yomiNum, aiteCT, gToriSP, gToriSP2, gHuda, gHuda2, CPUwindow, gLEVEL,gmember
  3.   if gmember = 0 then
  4.     tell CPUwindow
  5.       repeat with SP = 10 to 34
  6.         if yominum = the castnum of sprite SP then
  7.           set gToriSP2 = SP
  8.           exit repeat
  9.         else
  10.           nothing
  11.         end if
  12.       end repeat
  13.       if gLEVEL = 2 then
  14.         repeat with n = 1 to 3
  15.           set the type of sprite gToriSP2 = 0
  16.           updateStage
  17.           wait 15
  18.           set the type of sprite gToriSP2 = 1
  19.           updateStage
  20.           wait 15
  21.         end repeat
  22.         set the visible of sprite gToriSP2 = 1
  23.       else
  24.         nothing
  25.       end if
  26.     end tell
  27.   else
  28.     nothing
  29.   end if
  30. end