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

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