home *** CD-ROM | disk | FTP | other *** search
- global paletteVisibleP
-
- on mouseDown
- if the lastClick > 5 then
- exit
- end if
- set whichSpr to the clickOn
- set theMouseH to the mouseH
- set theMouseV to the mouseV
- hideFieldHiliterSpr(appMgr)
- if paletteVisibleP then
- hidePalette(paletteMgr)
- end if
- panelClick(interfaceMgr, theMouseH, theMouseV, whichSpr)
- end
-