arcticPigs release V1.0 helpefiles |
![]() |
Stops this script using a fade out.
Fading is accomplished by lineary moving the blend percentage on all ActionSequences belonging to this script. For 'FadeOut' the ending blend value equals zero for all actions (at which point the script will have stopped) and the start blend-value is equal to the current blendvalue of each individual action (see 'ActionSequence.BlendVal' for information on setting the blend percentage on individual actions). For 'FadeIn' the blend values move from zero to the current action blend-percentage for each individual action.
Syntax: |
void fadeOut(float fadetime) |
Parameters: |
|
See also:
Last Updated: 06/18/02 |