home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Music Interactif 7
/
cd.iso
/
pc
/
PC
/
Demos
/
GroovMak
/
data1.cab
/
Program_Executable_Files
/
Media
/
MenuSong.dxr
/
00104.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
|
309 b
|
15 lines
on keyUp
global gSong, gClick
if not (the visible of window "HelpM") then
case the keyCode of
51:
if (gSong <> EMPTY) and (gClick = EMPTY) then
openWin("YesNo")
tell window "YesNo"
go("delSong")
end tell
end if
end case
end if
end