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

  1. on mousedown
  2. global fcommand, acwin
  3.  
  4.   if acwin = "MAIN" then
  5.     if fcommand <> "LOOP" then circleslider 
  6.  
  7.   else if acwin = "EFFE" then effectslider 
  8.  
  9.   end if
  10.  
  11. end
  12.