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

  1. on exitFrame
  2.   global gYasumiP,gGyaku
  3.   if gYasumiP = 1 and gGyaku = 0 then
  4.     PuppetSprite 47,FALSE
  5.     go to frame"A"
  6.   else
  7.     if gYasumiP = 1 and gGyaku = 1 then
  8.       PuppetSprite 47,FALSE
  9.       go to frame"C"
  10.     end if
  11.   end if
  12.   set gYasumiP = 0
  13. end