home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / doujyou.dir / 00221_Script_221 < prev    next >
Text File  |  1995-11-10  |  359b  |  18 lines

  1. on exitFrame
  2.   global RightAct,WrongAct,subWrongA,setCt,QNo,Scard
  3.   put 0 into QNo
  4.   put 0 into RightAct
  5.   put 0 into WrongAct
  6.   put 0 into subWrongA
  7.   put setCt+1 into setCt
  8.   repeat with n = 20 to 27
  9.     SET the visible of sprite n to FALSE
  10.     updatestage
  11.   end repeat
  12.   if Scard = "" then
  13.     Selectcard
  14.   else
  15.     nothing
  16.   end if
  17.   
  18. end