home *** CD-ROM | disk | FTP | other *** search
/ GU Photo: Background 3 / GU.iso / pc / browser_4m_ / browser_4m_.dxr / 00173.ls < prev    next >
Encoding:
Text File  |  1994-09-30  |  101 b   |  8 lines

  1. on mouseDown
  2.   if whichmode() = #auto then
  3.     setmanualmode()
  4.   else
  5.     setautomode()
  6.   end if
  7. end
  8.