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

  1. on exitFrame
  2.   global gbSldOpen, giAuto, gb1u1logo
  3.   
  4.     
  5.   global glBsListe, glGotoListe
  6.   set glBsListe = [ "anfang" , "roll" ]
  7.   
  8.   set glGotoListe = [ "schnell,roll", "isdnpc,konfi", "schnell,roll", ┬
  9.    "menu_i,roll" , "konfi" ]
  10.   InitBsFrame
  11.   
  12.   PlayMusic "2base"
  13.   
  14.   CheckMyRollover
  15.   
  16.   if (gbSldOpen = false) and (gb1u1logo = false) then
  17.     
  18.     if giAuto > 0 then 
  19.       stopthatsound
  20.       go to frame "konfi"
  21.       -- exit
  22.     end if
  23.     
  24.     
  25.     if rollover (2) then
  26.       go to the frame +1
  27.     else
  28.       if rollover (3) then 
  29.         go to the frame +2
  30.       else
  31.         if rollover (4) then 
  32.           go to the frame +3
  33.         else
  34.           if rollover (5) then 
  35.             go to the frame +4
  36.           else
  37.             go to the frame
  38.           end if
  39.         end if
  40.       end if
  41.     end if
  42.   else
  43.     go to the frame
  44.   end if
  45.   
  46. end
  47.