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

  1. on exitFrame
  2.   global T
  3.   if T = 10 then
  4.     set T = 0
  5.     go to the frame + 1
  6.   else
  7.     set T = T + 1
  8.     UpRight
  9.   end if
  10.   go to the frame
  11. end