home *** CD-ROM | disk | FTP | other *** search
/ NetComm Communications 5 / NetComm.iso / winfax / faxintro / internet.dir / 00185.ls < prev    next >
Encoding:
Text File  |  1997-09-25  |  191 b   |  13 lines

  1. on enterFrame
  2.   sound fadeOut 2, 180
  3.   updateStage()
  4. end
  5.  
  6. on exitFrame
  7.   global backmovie, backframe
  8.   startTimer()
  9.   repeat while the timer < 200
  10.   end repeat
  11.   go(backframe, backmovie)
  12. end
  13.