home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / kyoten.dir / 00041_Script_41 < prev    next >
Text File  |  1995-11-13  |  213b  |  10 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 = "OB"
  8.     go to frame cName
  9.   end if
  10. end