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

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