This package contains a rotating billboard component.
The billboard has a number of settingswhich can be changed by handor from other scripts:
- The type of animation (5 options)
- The time between animations
- The speed of the animations
- The time between moving of the parts
- The 3 images to show on the billboard
All of these settings can be changedat runtime and will be used instantly or at thenext cycle (depending on the setting).
The billboard also uses a messagefor external control which is usedby a second script to cycle all animations.(this script is also included).
All code is commented to explainhow it works.