home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Images / pipo2.dcr / 00010.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  141 b   |  8 lines

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