home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DEMO / PRG / CIRCLES.ZIP / CI_MAIN.DIX / 00053_EFXHI.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  149 b   |  11 lines

  1. on mouseDown
  2.   global acwin
  3.   if acwin = "MAIN" then
  4.     mMouseDown()
  5.   else
  6.     if acwin = "EFFE" then
  7.       effmousedown()
  8.     end if
  9.   end if
  10. end
  11.