Sprite

The mother of all widgets.
It allows you to combine text and images and make its content as well as many attributes dependent on a large set of variables such as device state, time and date and more.

Use the 'Conditions' section to program the sprite behavior:
Each condition evaluates a value and performs an action depending on the result of the evaluation. Of special note are the curve functions (sine and sawtooth) and the 'Animate xxx' functions.
The curve functions return a value between -1 and 1 or between 0 and 1 which varies along a sine or sawtooth curve depending on the current time. You can set the offset, period and amplitude of the function by modifying the *curve parameters*. There is only one set of curve parameters per widget.
The 'Animate xxx' functions start an animation by increasing a value (such as angle of rotation or location) continously by an amount given by you. The parameters for these functions are the corresponding *speed* and *direction* variables.

Please look at the example themes or simply experiment.
More documentation can be found at http://iFuntastic.com/Conditions.html
