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

  1. on mousedown
  2.   global acwin
  3.  
  4.   if acwin = "MAIN" then
  5.     mmousedown
  6.   else if acwin = "FSEL" then
  7.     fmousedown
  8.   else if acwin = "EFFE" then
  9.     effmousedown
  10.   end if
  11.  
  12. end
  13.