home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / isdn / i_schnel.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  169 b   |  11 lines

  1. on exitFrame
  2.   global schalterT4
  3.   if soundBusy(1) or soundBusy(2) then
  4.     if schalterT4 = 1 then
  5.       go(the frame)
  6.     else
  7.       go("roll")
  8.     end if
  9.   end if
  10. end
  11.