home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / tutorials / 00020.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  610 b   |  31 lines

  1. on exitFrame
  2.   global whichItem
  3.   if whichItem = 1 then
  4.     go(1, "sampler")
  5.   else
  6.     if whichItem = 2 then
  7.       go(1, "software")
  8.     else
  9.       if whichItem = 3 then
  10.         go(1, "readerint")
  11.       else
  12.         if whichItem = 4 then
  13.           go(1, "tutorials")
  14.         else
  15.           if whichItem = 5 then
  16.             go(1, "net")
  17.           else
  18.             if whichItem = 6 then
  19.               go(1, "about")
  20.             else
  21.               if whichItem = 7 then
  22.                 go(1, "newint")
  23.               end if
  24.             end if
  25.           end if
  26.         end if
  27.       end if
  28.     end if
  29.   end if
  30. end
  31.