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

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