home *** CD-ROM | disk | FTP | other *** search
/ GU Photo: Background 2 / GU2.iso / pc / win / browser.exe / browser.DXR / 00143.ls < prev    next >
Encoding:
Text File  |  1994-10-27  |  99 b   |  8 lines

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