Table of Contents Chapter Index Previous Slide Next Slide 128
Using timers

Animating transforms
Using timers
  • Create continuously running timers:
    loop TRUE
    stopTime <= startTime
  • Run one cycle then stop
    loop FALSE
    stopTime <= startTime
  • Run until stopped, or after cycle is over
    loop TRUE or FALSE
    stopTime > startTime