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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-01
|
175 b
|
13 lines
on mousedown
global acwin
if acwin = "MAIN" then
mmousedown
else if acwin = "FSEL" then
fmousedown
else if acwin = "EFFE" then
effmousedown
end if
end