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

  1. on mouseDown
  2.   global eTime, gLEVEL
  3.   if pushB() then 
  4.     set eTime = 15
  5.     set gLEVEL = 2
  6.     go to "St"
  7.   else 
  8.     nothing
  9.   end if 
  10. end