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

  1. on enterFrame
  2.   global gFrame, gPreviousList, gMarker
  3.   cursor(-1)
  4.   if gMarker = "1" then
  5.     set gMarker to 0
  6.     exit
  7.   end if
  8.   append(gPreviousList, the frame + 1)
  9. end
  10.