home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Dzieci / SIMPDATA / SIMPMAIN / 00032_panel score script.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  329 b   |  16 lines

  1. global paletteVisibleP
  2.  
  3. on mouseDown
  4.   if the lastClick > 5 then
  5.     exit
  6.   end if
  7.   set whichSpr to the clickOn
  8.   set theMouseH to the mouseH
  9.   set theMouseV to the mouseV
  10.   hideFieldHiliterSpr(appMgr)
  11.   if paletteVisibleP then
  12.     hidePalette(paletteMgr)
  13.   end if
  14.   panelClick(interfaceMgr, theMouseH, theMouseV, whichSpr)
  15. end
  16.