home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / isdn / menu_i.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1996-08-18  |  526 b   |  26 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.   PlayMusic("2ambient.aif")
  8.   if giAuto > 0 then
  9.     go("konfi", "isdnpc")
  10.   end if
  11.   CheckMyRollover()
  12.   if (gbSldOpen = 0) and (gb1u1Logo = 0) then
  13.     if rollOver(8) then
  14.       go(the frame + 1)
  15.     else
  16.       if rollOver(9) then
  17.         go(the frame + 2)
  18.       else
  19.         go(the frame)
  20.       end if
  21.     end if
  22.   else
  23.     go(the frame)
  24.   end if
  25. end
  26.