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

  1. on mouseDown
  2.   global gGoName
  3.   
  4.   if pushButton() then
  5.     GOFRAME2
  6.     put item 1 of the name of cast the castNum of sprite clickOn() into cName
  7.     set gGoName = "RU"
  8.     go to frame cName
  9.   end if
  10. end
  11.