home *** CD-ROM | disk | FTP | other *** search
/ NetComm Communications 5 / NetComm.iso / winfax / faxintro / v_main.dir / 00455.ls < prev    next >
Encoding:
Text File  |  1997-12-15  |  3.5 KB  |  109 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 40 to handcursor
  8.   set the cursor of sprite 41 to handcursor
  9.   set the cursor of sprite 42 to handcursor
  10.   set the cursor of sprite 43 to handcursor
  11.   set the cursor of sprite 44 to handcursor
  12.   set the cursor of sprite 45 to handcursor
  13.   set the cursor of sprite 46 to handcursor
  14.   set the cursor of sprite 47 to handcursor
  15.   set the cursor of sprite 39 to handcursor
  16.   set the cursor of sprite 11 to handcursor
  17.   set the cursor of sprite 6 to handcursor
  18.   set the cursor of sprite 5 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(3, 1)
  28.   set the visible of sprite 3 to 0
  29.   puppetSprite(4, 1)
  30.   set the visible of sprite 4 to 0
  31.   puppetSprite(30, 1)
  32.   set the visible of sprite 30 to 0
  33.   puppetSprite(31, 1)
  34.   set the visible of sprite 31 to 0
  35.   puppetSprite(32, 1)
  36.   set the visible of sprite 32 to 0
  37.   puppetSprite(33, 1)
  38.   set the visible of sprite 33 to 0
  39.   puppetSprite(34, 1)
  40.   set the visible of sprite 34 to 0
  41.   puppetSprite(35, 1)
  42.   set the visible of sprite 35 to 0
  43.   puppetSprite(36, 1)
  44.   set the visible of sprite 36 to 0
  45.   puppetSprite(37, 1)
  46.   set the visible of sprite 37 to 0
  47.   if rollOver(15) then
  48.     set the visible of sprite 19 to 1
  49.   else
  50.     if rollOver(38) then
  51.       set the visible of sprite 37 to 1
  52.     else
  53.       if rollOver(5) then
  54.         set the visible of sprite 3 to 1
  55.       else
  56.         if rollOver(6) then
  57.           set the visible of sprite 4 to 1
  58.         else
  59.           if rollOver(16) then
  60.             set the visible of sprite 20 to 1
  61.           else
  62.             if rollOver(17) then
  63.               set the visible of sprite 21 to 1
  64.             else
  65.               if rollOver(18) then
  66.                 set the visible of sprite 22 to 1
  67.               else
  68.                 if rollOver(40) then
  69.                   set the visible of sprite 30 to 1
  70.                 else
  71.                   if rollOver(41) then
  72.                     set the visible of sprite 31 to 1
  73.                   else
  74.                     if rollOver(42) then
  75.                       set the visible of sprite 32 to 1
  76.                     else
  77.                       if rollOver(43) then
  78.                         set the visible of sprite 33 to 1
  79.                       else
  80.                         if rollOver(44) then
  81.                           set the visible of sprite 34 to 1
  82.                         else
  83.                           if rollOver(45) then
  84.                             set the visible of sprite 35 to 1
  85.                           else
  86.                             if rollOver(46) then
  87.                               set the visible of sprite 36 to 1
  88.                             else
  89.                               if rollOver(47) then
  90.                                 set the visible of sprite 37 to 1
  91.                               else
  92.                                 nothing()
  93.                               end if
  94.                             end if
  95.                           end if
  96.                         end if
  97.                       end if
  98.                     end if
  99.                   end if
  100.                 end if
  101.               end if
  102.             end if
  103.           end if
  104.         end if
  105.       end if
  106.     end if
  107.   end if
  108. end
  109.