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 / 00014.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  161 b   |  10 lines

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