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

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