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

  1. on mouseDown
  2.   global gGoName
  3.   if pushButton() then
  4.     GOFRAME
  5.     set gGoName = "start"
  6.     go to frame"ma"
  7.   end if
  8.   
  9. end