home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Brochure / ribbon.dir / 00014.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  135 b   |  8 lines

  1. on exitFrame
  2.   sound fadeOut 1, 2 * 60
  3.   startTimer()
  4.   repeat while the timer < (2 * 60)
  5.   end repeat
  6.   GotoNetPage("index.html")
  7. end
  8.