home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / t-online / menu_o.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1996-08-17  |  667 b   |  32 lines

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