home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / yoriai.dir / 00079_Script_79 < prev    next >
Text File  |  1995-11-10  |  186b  |  12 lines

  1. on exitFrame
  2.   global TACHI
  3.   if not soundBusy(1) then
  4.     if TACHI = 0 then 
  5.       go to "BDPN"
  6.     else
  7.       go to "MENU_N"
  8.     end if
  9.   else    
  10.     nothing
  11.   end if  
  12. end