home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / ue.dir / 00215.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  2.9 KB  |  90 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on enterFrame
  6.   if the mouseCast = 55 then
  7.     changeCast(55, 13)
  8.   else
  9.     if the mouseCast = 53 then
  10.       changeCast(53, 14)
  11.     else
  12.       if the mouseCast = 57 then
  13.         changeCast(57, 15)
  14.       else
  15.         if the mouseCast = 21 then
  16.           changeCast(21, 18)
  17.         else
  18.           if the mouseCast = 23 then
  19.             changeCast(23, 19)
  20.           else
  21.             if the mouseCast = 25 then
  22.               changeCast(25, 20)
  23.             else
  24.               if the mouseCast = 27 then
  25.                 changeCast(27, 21)
  26.               else
  27.                 if the mouseCast = 29 then
  28.                   changeCast(29, 22)
  29.                 else
  30.                   if the mouseCast = 31 then
  31.                     changeCast(31, 23)
  32.                   else
  33.                     if the mouseCast = 33 then
  34.                       changeCast(33, 24)
  35.                     else
  36.                       if the mouseCast = 35 then
  37.                         changeCast(35, 25)
  38.                       else
  39.                         if the mouseCast = 37 then
  40.                           changeCast(37, 26)
  41.                         else
  42.                           if the mouseCast = 39 then
  43.                             changeCast(39, 27)
  44.                           else
  45.                             if the mouseCast = 41 then
  46.                               changeCast(41, 28)
  47.                             else
  48.                               if the mouseCast = 43 then
  49.                                 changeCast(43, 29)
  50.                               else
  51.                                 if the mouseCast = 45 then
  52.                                   changeCast(45, 30)
  53.                                 else
  54.                                   if the mouseCast = 47 then
  55.                                     changeCast(47, 31)
  56.                                   else
  57.                                     if the mouseCast = 49 then
  58.                                       changeCast(49, 32)
  59.                                     else
  60.                                       if the mouseCast = 51 then
  61.                                         changeCast(51, 33)
  62.                                       else
  63.                                         if rollOver(16) then
  64.                                           roll(16)
  65.                                         end if
  66.                                       end if
  67.                                     end if
  68.                                   end if
  69.                                 end if
  70.                               end if
  71.                             end if
  72.                           end if
  73.                         end if
  74.                       end if
  75.                     end if
  76.                   end if
  77.                 end if
  78.               end if
  79.             end if
  80.           end if
  81.         end if
  82.       end if
  83.     end if
  84.   end if
  85. end
  86.  
  87. on timeout
  88.   set the visible of sprite 34 to not (the visible of sprite 34)
  89. end
  90.