home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / waku.dir / 00100_Script_100 < prev    next >
Text File  |  1995-11-10  |  248b  |  15 lines

  1. on mousedown
  2.   global gFrameR,gMovieR
  3.   if pushbutton() then
  4.     tell window "town"
  5.       go to gframeR of movie gMovieR
  6.     end tell
  7.     if gFrameR > 40 then 
  8.       go to "LIB2"
  9.     else
  10.       go to "LIB0"
  11.     end if
  12.   end if
  13.   
  14. end
  15.