home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Hitachi / 20tours / paris / fig / shutter.dcr / 00004.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  107 b   |  8 lines

  1. on enterFrame
  2.   startTimer()
  3.   repeat while the timer < (60 * 2)
  4.     pause()
  5.   end repeat
  6.   continue()
  7. end
  8.