|
Passing an Analog Value to a Symbol Factory Control to control Analog Animation

1. Place an instance of the Symbol Factory Standard Control on your form and pick an image you would like to animate
2. Right click on the control and bring up the Symbol Factory Standard Control property sheet
3. Select the Animation tab
4. Select "1 - Analog Color Fill" for the AnimationMode property
5. Select the number of bands of animation you wish to have (1 to 5)
6. Set the Style of Animation and Color for each band
7. Set the Breakpoints for when you want the animation to change
8. Click on the Apply button
9. Pass the value that you want to control the animation to the control using the following syntax:
SFStandard1.AnalogValue1 = double precision integer
Example:
SFStandard1.AnalogValue1 = 50
or
SFStandard1.AnalogValue1 = dblUserVariable
Previous Step - Resizing the Object | Next Step - Optional Digital Animation instead of Analog
|