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