home *** CD-ROM | disk | FTP | other *** search
/ Chip 17 / Chip_17_1998.iso / S.dxr / 00019_Win95.ls < prev    next >
Encoding:
Text File  |  1998-07-21  |  1.7 KB  |  55 lines

  1. on mouseUp
  2.   hide()
  3.   if the mouseLine = 1 then
  4.     set the visible of sprite 17 to 1
  5.   end if
  6.   if the mouseLine = 2 then
  7.     set the visible of sprite 18 to 1
  8.   end if
  9.   if the mouseLine = 3 then
  10.     set the visible of sprite 19 to 1
  11.   end if
  12.   if the mouseLine = 4 then
  13.     set the visible of sprite 20 to 1
  14.   end if
  15.   if the mouseLine = 5 then
  16.     set the visible of sprite 21 to 1
  17.   end if
  18.   if the mouseLine = 6 then
  19.     set the visible of sprite 22 to 1
  20.   end if
  21.   if the mouseLine = 7 then
  22.     set the visible of sprite 23 to 1
  23.   end if
  24.   if the mouseLine = 8 then
  25.     set the visible of sprite 24 to 1
  26.   end if
  27.   if the mouseLine = 9 then
  28.     set the visible of sprite 25 to 1
  29.   end if
  30.   if (the doubleClick = 1) and (the mouseLine = 1) then
  31.     open(the pathName & "sharewar\win95\Fontspec\Setup.exe")
  32.   end if
  33.   if (the doubleClick = 1) and (the mouseLine = 2) then
  34.     open(the pathName & "sharewar\win95\Canyon\Dv95.exe")
  35.   end if
  36.   if (the doubleClick = 1) and (the mouseLine = 3) then
  37.     open(the pathName & "sharewar\win95\Cursoart\Setup.exe")
  38.   end if
  39.   if (the doubleClick = 1) and (the mouseLine = 4) then
  40.     open(the pathName & "sharewar\win95\Assoc\Setup.exe")
  41.   end if
  42.   if (the doubleClick = 1) and (the mouseLine = 5) then
  43.     open(the pathName & "sharewar\win95\Invenpro\Ffip98uk.exe")
  44.   end if
  45.   if (the doubleClick = 1) and (the mouseLine = 6) then
  46.     open(the pathName & "sharewar\win95\Nc\Nc.exe")
  47.   end if
  48.   if (the doubleClick = 1) and (the mouseLine = 7) then
  49.     open(the pathName & "sharewar\win95\Sym\Symmet21.exe")
  50.   end if
  51.   if (the doubleClick = 1) and (the mouseLine = 8) then
  52.     open(the pathName & "sharewar\win95\Spamkill\Sk153.exe")
  53.   end if
  54. end
  55.