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

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