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

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