home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / isdn / intro_i.dir / 00042.ls < prev    next >
Encoding:
Text File  |  1996-08-18  |  776 b   |  37 lines

  1. on exitFrame
  2.   global gbSldOpen, giAuto, gb1u1Logo
  3.   PlayMusic("2intro")
  4.   if the castNum of sprite 48 > 0 then
  5.     set the visible of sprite 48 to 0
  6.   end if
  7.   CheckMyRollover()
  8.   if (gbSldOpen = 0) and (gb1u1Logo = 0) then
  9.     if giAuto > 0 then
  10.       go("anfang", "flexibel")
  11.     end if
  12.     if rollOver(2) then
  13.       go(the frame + 1)
  14.     else
  15.       if rollOver(3) then
  16.         go(the frame + 2)
  17.       else
  18.         if rollOver(4) then
  19.           go(the frame + 3)
  20.         else
  21.           if rollOver(5) then
  22.             go(the frame + 4)
  23.           else
  24.             if rollOver(6) then
  25.               go(the frame + 5)
  26.             else
  27.               go(the frame)
  28.             end if
  29.           end if
  30.         end if
  31.       end if
  32.     end if
  33.   else
  34.     go(the frame)
  35.   end if
  36. end
  37.