home *** CD-ROM | disk | FTP | other *** search
/ Discovering Nature in the City / LUONTOCD.iso / pc / files / intro.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-12-17  |  140 b   |  10 lines

  1. on exitFrame
  2.   global gTime
  3.   set x to the ticks - gTime
  4.   if x > (2 * 60) then
  5.     go(the frame + 1)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.