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

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