home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT1.ZIP / D1.DXR / 00143.ls < prev    next >
Encoding:
Text File  |  1995-11-01  |  115 b   |  9 lines

  1. on exitFrame
  2.   global t
  3.   if (the ticks - t) > 60 then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.