home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / isdn / menu_i.dir / 00022_Script_22 < prev    next >
Text File  |  1996-08-18  |  644b  |  38 lines

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