home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 B / MM_TREND.ISO / prog / t_online / t_sintro.dir / 00129.ls < prev    next >
Encoding:
Text File  |  1996-09-19  |  1.4 KB  |  77 lines

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