home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 B / MM_TREND.ISO / prog / t_online / t_wie.dir / 00001.ls next >
Encoding:
Text File  |  1996-09-16  |  598 b   |  33 lines

  1. on exitFrame
  2.   global schalterT4, filmlange
  3.   if schalterT4 = 0 then
  4.     go(the frame)
  5.   end if
  6.   if schalterT4 = 1 then
  7.     if the movieTime of sprite 2 < filmlange then
  8.       go(the frame)
  9.     else
  10.       go("back")
  11.     end if
  12.   end if
  13. end
  14.  
  15. on idle
  16.   global balkenT1, balkenT2, BalkenT3, balkenT4, balkenT5, balkenges
  17.   if balkenges = 0 then
  18.     hauptroll(316, 9)
  19.   end if
  20.   if balkenT1 = 1 then
  21.     nebenroll1(370, 2)
  22.   end if
  23.   if BalkenT3 = 1 then
  24.     nebenroll3(355, 2)
  25.   end if
  26.   if balkenT4 = 1 then
  27.     nebenroll4(346, 3)
  28.   end if
  29.   if balkenT5 = 1 then
  30.     nebenroll5(365, 1)
  31.   end if
  32. end
  33.