home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / tutor1 / 00030.ls < prev    next >
Encoding:
Text File  |  1999-10-18  |  1.3 KB  |  54 lines

  1. on tutRoller
  2.   set the visible of sprite 12 to 0
  3.   set the visible of sprite 13 to 0
  4.   if rollOver(7) then
  5.     set the visible of sprite 12 to 1
  6.     cursor(280)
  7.   else
  8.     if rollOver(8) then
  9.       set the visible of sprite 13 to 1
  10.       cursor(280)
  11.     else
  12.       if rollOver(30) then
  13.         cursor(280)
  14.       else
  15.         if rollOver(31) then
  16.           cursor(280)
  17.         else
  18.           if rollOver(32) then
  19.             cursor(280)
  20.           else
  21.             if rollOver(33) then
  22.               cursor(280)
  23.             else
  24.               if rollOver(34) then
  25.                 cursor(280)
  26.               else
  27.                 if rollOver(35) then
  28.                   cursor(280)
  29.                 else
  30.                   if rollOver(36) then
  31.                     cursor(280)
  32.                   else
  33.                     if rollOver(37) then
  34.                       cursor(280)
  35.                     else
  36.                       if rollOver(38) then
  37.                         cursor(280)
  38.                       else
  39.                         cursor(-1)
  40.                         set the visible of sprite 12 to 0
  41.                         set the visible of sprite 13 to 0
  42.                       end if
  43.                     end if
  44.                   end if
  45.                 end if
  46.               end if
  47.             end if
  48.           end if
  49.         end if
  50.       end if
  51.     end if
  52.   end if
  53. end
  54.