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

  1. on exitFrame
  2.   global glevel, gBlink
  3.   if gLEVEL = 2 then
  4.     set the timeoutLength = 15*60
  5.     set the timeoutScript = "Blink"
  6.     set gBlink = 0
  7.   end if
  8.   
  9.   global gBlink
  10.   if gBlink > 4 then go to the frame +1
  11.   else
  12.     set the timeoutScript = ""
  13.     go to the frame
  14.   end if
  15.   
  16. end