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

  1. on exitFrame
  2.   
  3.   global gbSldOpen, gb1u1Logo, giAuto
  4.   global gsgomain
  5.   set gsgomain = "Ende"
  6.   
  7.   if the castnum of sprite 48 >0 then
  8.     set the visible of sprite 48 to false
  9.   end if
  10.   
  11.   
  12.   
  13.   --set the visible of sprite 48 to false
  14.   set gbDoBlink = false
  15.   CheckMyRollover
  16.   playmusic "TELEK2"
  17.   
  18.   if (not gbSldOpen) and (gb1u1Logo = false) then
  19.     
  20.     
  21.     if rollover (10) then 
  22.       go to the frame +1
  23.     else
  24.       if rollover (11) then 
  25.         go to the frame +2
  26.       else
  27.         if rollover (12) then
  28.           go to the frame +3
  29.         else
  30.           if rollover (13) then 
  31.             go to the frame +4
  32.           else
  33.             go to the frame
  34.           end if
  35.         end if
  36.       end if
  37.     end if
  38.   else
  39.     go to the frame
  40.   end if
  41.   
  42.   
  43. end