Table of Contents Chapter Index Previous Slide Next Slide 132
A sample time sensor

Animating transforms
A sample time sensor
DEF Monolith1Timer TimeSensor {
    cycleInterval 4.0
    loop FALSE
    startTime 1.0
    stopTime  0.0
}
ROUTE Monolith1Touch.touchTime
   TO Monolith1Timer.set_startTime

ROUTE Monolith1Timer.fraction_changed
   TO Monolith1Light.set_intensity