home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound, Music & MIDI Collection 2
/
SMMVOL2.bin
/
DEMO
/
PRG
/
CIRCLES.ZIP
/
CI_MAIN.DIX
/
00074_VOLUME.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-05-01
|
205 b
|
13 lines
on mouseDown
global fcommand, acwin
if acwin = "MAIN" then
if fcommand <> "LOOP" then
circleslider()
end if
else
if acwin = "EFFE" then
effectslider()
end if
end if
end