home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Simpsons Cartoon Studio™ Demo / Simpdata / simpmain / 00036_sfx score script.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  215 b   |  13 lines

  1. global paletteVisibleP
  2.  
  3. on mouseDown
  4.   if the lastClick > 5 then
  5.     exit
  6.   end if
  7.   hideFieldHiliterSpr(appMgr)
  8.   if paletteVisibleP then
  9.     hidePalette(paletteMgr)
  10.   end if
  11.   selectClip(editMgr, the clickOn)
  12. end
  13.