home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 B / MM_TREND.ISO / prog / t_online / t_4ser.dir / 00078.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  1.7 KB  |  88 lines

  1. on exitFrame
  2.   global balkenT1, balkenT2, BalkenT3, balkenT4, balkenT5, balkenges, schalterT4, btx, plus, inter, email
  3.   set balkenges to balkenT1 + balkenT2 + BalkenT3 + balkenT4 + balkenT5
  4.   if schalterT4 = 0 then
  5.     go(the frame)
  6.   end if
  7.   if schalterT4 = 1 then
  8.     if btx = 0 then
  9.       go("btx")
  10.     else
  11.       if plus = 0 then
  12.         go("plus")
  13.       else
  14.         if inter = 0 then
  15.           go("inter")
  16.         else
  17.           if email = 0 then
  18.             go("email")
  19.           else
  20.             if email = 1 then
  21.               set btx to 0
  22.               set plus to 0
  23.               set inter to 0
  24.               set email to 0
  25.               set ser to 1
  26.               go(1, "T_INTRO.dir")
  27.             end if
  28.           end if
  29.         end if
  30.       end if
  31.     end if
  32.   end if
  33. end
  34.  
  35. on idle
  36.   global balkenT1, balkenT2, BalkenT3, balkenT4, balkenT5, balkenges
  37.   if rollOver(1) then
  38.     go("roll")
  39.   end if
  40.   if rollOver(2) then
  41.     go("r2")
  42.     repeat while rollOver(2)
  43.       if the mouseDown = 1 then
  44.         exit
  45.       end if
  46.     end repeat
  47.   end if
  48.   if rollOver(3) then
  49.     go("r3")
  50.     repeat while rollOver(3)
  51.       if the mouseDown = 1 then
  52.         exit
  53.       end if
  54.     end repeat
  55.   end if
  56.   if rollOver(4) then
  57.     go("r4")
  58.     repeat while rollOver(4)
  59.       if the mouseDown = 1 then
  60.         exit
  61.       end if
  62.     end repeat
  63.   end if
  64.   if rollOver(5) then
  65.     go("r5")
  66.     repeat while rollOver(5)
  67.       if the mouseDown = 1 then
  68.         exit
  69.       end if
  70.     end repeat
  71.   end if
  72.   if balkenges = 0 then
  73.     hauptroll(316, 9)
  74.   end if
  75.   if balkenT1 = 1 then
  76.     nebenroll1(370, 2)
  77.   end if
  78.   if BalkenT3 = 1 then
  79.     nebenroll3(355, 2)
  80.   end if
  81.   if balkenT4 = 1 then
  82.     nebenroll4(346, 3)
  83.   end if
  84.   if balkenT5 = 1 then
  85.     nebenroll5(365, 1)
  86.   end if
  87. end
  88.