home *** CD-ROM | disk | FTP | other *** search
/ NetComm Communications 5 / NetComm.iso / winfax / faxintro / v_main.dir / 00273.ls < prev    next >
Encoding:
Text File  |  1997-12-15  |  4.1 KB  |  138 lines

  1. on exitFrame
  2.   set handcursor to [78, 79]
  3.   set the cursor of sprite 15 to handcursor
  4.   set the cursor of sprite 16 to handcursor
  5.   set the cursor of sprite 17 to handcursor
  6.   set the cursor of sprite 18 to handcursor
  7.   set the cursor of sprite 6 to handcursor
  8.   set the cursor of sprite 40 to handcursor
  9.   set the cursor of sprite 41 to handcursor
  10.   set the cursor of sprite 42 to handcursor
  11.   set the cursor of sprite 43 to handcursor
  12.   set the cursor of sprite 44 to handcursor
  13.   set the cursor of sprite 45 to handcursor
  14.   set the cursor of sprite 46 to handcursor
  15.   set the cursor of sprite 47 to handcursor
  16.   set the cursor of sprite 3 to handcursor
  17.   set the cursor of sprite 4 to handcursor
  18.   set the cursor of sprite 11 to handcursor
  19.   puppetSprite(19, 1)
  20.   set the visible of sprite 19 to 0
  21.   puppetSprite(20, 1)
  22.   set the visible of sprite 20 to 0
  23.   puppetSprite(21, 1)
  24.   set the visible of sprite 21 to 0
  25.   puppetSprite(22, 1)
  26.   set the visible of sprite 22 to 0
  27.   puppetSprite(30, 1)
  28.   set the visible of sprite 30 to 0
  29.   puppetSprite(31, 1)
  30.   set the visible of sprite 31 to 0
  31.   puppetSprite(32, 1)
  32.   set the visible of sprite 32 to 0
  33.   puppetSprite(33, 1)
  34.   set the visible of sprite 33 to 0
  35.   puppetSprite(34, 1)
  36.   set the visible of sprite 34 to 0
  37.   puppetSprite(35, 1)
  38.   set the visible of sprite 35 to 0
  39.   puppetSprite(36, 1)
  40.   set the visible of sprite 36 to 0
  41.   puppetSprite(37, 1)
  42.   set the visible of sprite 37 to 0
  43.   puppetSprite(3, 1)
  44.   set the visible of sprite 3 to 0
  45.   puppetSprite(4, 1)
  46.   set the visible of sprite 4 to 0
  47.   if rollOver(15) then
  48.     set the visible of sprite 19 to 1
  49.   else
  50.     if rollOver(16) then
  51.       set the visible of sprite 20 to 1
  52.     else
  53.       if rollOver(17) then
  54.         set the visible of sprite 21 to 1
  55.       else
  56.         if rollOver(18) then
  57.           set the visible of sprite 22 to 1
  58.         else
  59.           nothing()
  60.         end if
  61.       end if
  62.     end if
  63.   end if
  64.   if rollOver(27) then
  65.     go("ch1")
  66.   else
  67.     if rollOver(28) then
  68.       go("ch2")
  69.     else
  70.       if rollOver(29) then
  71.         go("ch3")
  72.       else
  73.         if rollOver(38) then
  74.           go("ch4")
  75.         else
  76.           if rollOver(39) then
  77.             go("ch5")
  78.           else
  79.             if rollOver(40) then
  80.               go("ch6")
  81.             else
  82.               if rollOver(41) then
  83.                 go("ch7")
  84.               else
  85.                 if rollOver(42) then
  86.                   go("ch8")
  87.                 else
  88.                   if rollOver(43) then
  89.                     go("ch9")
  90.                   else
  91.                     if rollOver(44) then
  92.                       go("ch10")
  93.                     else
  94.                       if rollOver(45) then
  95.                         go("ch11")
  96.                       else
  97.                         if rollOver(46) then
  98.                           go("ch12")
  99.                         else
  100.                           if rollOver(47) then
  101.                             go("ch13")
  102.                           else
  103.                             if rollOver(48) then
  104.                               go("cha")
  105.                             else
  106.                               if rollOver(7) then
  107.                                 go("chb")
  108.                               else
  109.                                 if rollOver(8) then
  110.                                   go("chc")
  111.                                 else
  112.                                   if rollOver(9) then
  113.                                     go("chd")
  114.                                   else
  115.                                     if rollOver(10) then
  116.                                       go("chs")
  117.                                     else
  118.                                       go("manuals")
  119.                                     end if
  120.                                   end if
  121.                                 end if
  122.                               end if
  123.                             end if
  124.                           end if
  125.                         end if
  126.                       end if
  127.                     end if
  128.                   end if
  129.                 end if
  130.               end if
  131.             end if
  132.           end if
  133.         end if
  134.       end if
  135.     end if
  136.   end if
  137. end
  138.