home *** CD-ROM | disk | FTP | other *** search
/ Chip 14 / Chip_14_1998.iso / S.dxr / 00032_Win3x.ls < prev    next >
Encoding:
Text File  |  1998-06-09  |  1.3 KB  |  43 lines

  1. on mouseUp
  2.   hide()
  3.   if the mouseLine = 1 then
  4.     set the visible of sprite 31 to 1
  5.   end if
  6.   if the mouseLine = 2 then
  7.     set the visible of sprite 32 to 1
  8.   end if
  9.   if the mouseLine = 3 then
  10.     set the visible of sprite 33 to 1
  11.   end if
  12.   if the mouseLine = 4 then
  13.     set the visible of sprite 34 to 1
  14.   end if
  15.   if the mouseLine = 5 then
  16.     set the visible of sprite 35 to 1
  17.   end if
  18.   if the mouseLine = 6 then
  19.     set the visible of sprite 36 to 1
  20.   end if
  21.   if the mouseLine = 10 then
  22.     set the visible of sprite 40 to 1
  23.   end if
  24.   if (the doubleClick = 1) and (the mouseLine = 1) then
  25.     open(the pathName & "sharewar\win3x\Drag\Dzsetup.exe")
  26.   end if
  27.   if (the doubleClick = 1) and (the mouseLine = 2) then
  28.     open(the pathName & "sharewar\win3x\Label\Setup.exe")
  29.   end if
  30.   if (the doubleClick = 1) and (the mouseLine = 3) then
  31.     open(the pathName & "sharewar\win3x\Liberty\Install.exe")
  32.   end if
  33.   if (the doubleClick = 1) and (the mouseLine = 4) then
  34.     open(the pathName & "sharewar\win3x\Masters\Setup.exe")
  35.   end if
  36.   if (the doubleClick = 1) and (the mouseLine = 5) then
  37.     open(the pathName & "sharewar\win3x\Mmaker\Setup.exe")
  38.   end if
  39.   if (the doubleClick = 1) and (the mouseLine = 6) then
  40.     open(the pathName & "sharewar\win3x\Xtrain\Setup.exe")
  41.   end if
  42. end
  43.