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

  1. on exitFrame
  2.   global gbSldOpen, giAuto, gb1u1Logo
  3.   PlayMusic("telek2")
  4.   CheckMyRollover()
  5.   if (gbSldOpen = 0) and (gb1u1Logo = 0) then
  6.     if giAuto > 0 then
  7.       go("anfang", "btx")
  8.     end if
  9.     debug("check ...")
  10.     if rollOver(7) then
  11.       go(the frame + 2)
  12.     else
  13.       if rollOver(8) then
  14.         go(the frame + 4)
  15.       else
  16.         if rollOver(9) then
  17.           go(the frame + 6)
  18.         else
  19.           if rollOver(10) then
  20.             go(the frame + 8)
  21.           else
  22.             go(the frame)
  23.           end if
  24.         end if
  25.       end if
  26.     end if
  27.   else
  28.     go(the frame)
  29.   end if
  30. end
  31.