home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Serious Software
/
GrooveMaker demo
/
GrooveMaker Demo
/
Media
/
MenuSong.dxr
/
00028.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-27
|
245 b
|
16 lines
on mouseEnter
if the visible of window "Help" then
tell window "help"
go("menuSong9")
end tell
end if
end
on mouseLeave
if the visible of window "Help" then
tell window "help"
go("start")
end tell
end if
end