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

  1. global paletteVisibleP
  2.  
  3. on mouseDown
  4.   set whichSpr to the clickOn
  5.   if paletteVisibleP then
  6.     hidePalette(paletteMgr)
  7.   end if
  8.   editSoundFx(editMgr)
  9. end
  10.