home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 6 / MacAddict_006_1997_02.iso / media / Main.Dxr / Internal_3.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  1.2 KB  |  53 lines

  1. on exitFrame
  2.   clearThumb()
  3.   LoadWhat()
  4. end
  5.  
  6. on LoadWhat
  7.   global LoadMe
  8.   if LoadMe = 1 then
  9.     play movie "Demos"
  10.   else
  11.     if LoadMe = 2 then
  12.       play movie "ThisIssue"
  13.     else
  14.       if LoadMe = 3 then
  15.         play movie "Resources"
  16.       else
  17.         if LoadMe = 4 then
  18.           play movie "LiveWire"
  19.         else
  20.           if LoadMe = 5 then
  21.             play movie "Team"
  22.           else
  23.             if LoadMe = 6 then
  24.               play movie "Imagine"
  25.             else
  26.               if LoadMe = 7 then
  27.                 play movie "Buz"
  28.               else
  29.                 if LoadMe = 8 then
  30.                   play movie "Music"
  31.                 else
  32.                   if LoadMe = 9 then
  33.                     play movie "Index"
  34.                   else
  35.                     if LoadMe = 10 then
  36.                       play frame "main" of movie "Help"
  37.                     else
  38.                       if LoadMe = 11 then
  39.                         play movie "Sponsors"
  40.                       else
  41.                       end if
  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
  53.