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

  1. on enterFrame
  2.   cursor(-1)
  3. end
  4.  
  5. on exitFrame
  6.   if the mouseDown then
  7.     dontPassEvent()
  8.     go(the frame + 1)
  9.   end if
  10.   go(the frame)
  11. end
  12.