Table of Contents Chapter Index Previous Slide Next Slide 256
Understanding Timer Input Events

Using Time to Animate

Understanding Timer Input Events
  • Can create continuously running timmers:
    loop TRUE
    stopTime < startTime
  • Can run one cycle then stop
    loop FALSE
    stopTime < startTime
  • Can run until stopped, or after cycle is over
    loop TRUE or FALSE
    stopTime >= startTime