home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Music Interactif 7
/
cd.iso
/
pc
/
PC
/
Demos
/
GroovMak
/
data1.cab
/
Program_Executable_Files
/
Media
/
Synth.dxr
/
00159.ls
< 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
|
1999-09-17
|
243 b
|
16 lines
on mouseEnter
if the visible of window "Help" then
tell window "help"
go("synth14")
end tell
end if
end
on mouseLeave
if the visible of window "Help" then
tell window "help"
go("start")
end tell
end if
end