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:
Text File  |  1999-09-17  |  309 b   |  15 lines

  1. on keyUp
  2.   global gSong, gClick
  3.   if not (the visible of window "HelpM") then
  4.     case the keyCode of
  5.       51:
  6.         if (gSong <> EMPTY) and (gClick = EMPTY) then
  7.           openWin("YesNo")
  8.           tell window "YesNo"
  9.             go("delSong")
  10.           end tell
  11.         end if
  12.     end case
  13.   end if
  14. end
  15.