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

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