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

  1. on exitFrame
  2.   global gbSldOpen, giAuto, gb1u1Logo, glBsListe, glgotoListe
  3.   set glBsListe to ["anfang", "roll"]
  4.   set glgotoListe to ["schnell,roll", "isdnpc,konfi", "schnell,roll", "menu_i,roll", "konfi"]
  5.   InitBsFrame()
  6.   PlayMusic("2base")
  7.   CheckMyRollover()
  8.   if (gbSldOpen = 0) and (gb1u1Logo = 0) then
  9.     if giAuto > 0 then
  10.       StopThatSound()
  11.       go("konfi")
  12.     end if
  13.     if rollOver(2) then
  14.       go(the frame + 1)
  15.     else
  16.       if rollOver(3) then
  17.         go(the frame + 2)
  18.       else
  19.         if rollOver(4) then
  20.           go(the frame + 3)
  21.         else
  22.           if rollOver(5) then
  23.             go(the frame + 4)
  24.           else
  25.             go(the frame)
  26.           end if
  27.         end if
  28.       end if
  29.     end if
  30.   else
  31.     go(the frame)
  32.   end if
  33. end
  34.