home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Hitachi / nippon / katsura / fig / amahashi.dcr / 00010.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  163 b   |  10 lines

  1. on exitFrame
  2.   set seconds to 3
  3.   if the timer > (seconds * 70) then
  4.     startTimer()
  5.   end if
  6.   if the timer < (seconds * 60) then
  7.     go(the frame)
  8.   end if
  9. end
  10.