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

  1. on mouseUp
  2.   global gCameraList
  3.   put EMPTY into field "list"
  4.   put EMPTY into field "text"
  5.   set gCameraList to []
  6.   go(1, "camera")
  7. end
  8.