lib-flex-animation-code-10-org-as3lib-kitchensync-action-tweentarget-ITweenTarget.ax (swf ) [ flash ] flex
A bundle that wraps up a property or other value that can be tweened by a KSTween. Generally speaking, a KSTween will handle the timing of the tween while the @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-tweentarget-ITweenTarget handles the values of the tween.
author: Mims Wright @since 1.5
see: org.as3lib.kitchensync.action.KSTween
The main function that the Tween uses to update the TweenTarget. Sets the percentage complete. @use Typically this is implemented as such: <code> public function updateTween(percentComplete:Number):Number { return currentValue = percentComplete * (endValue - startValue) + startValue; } </code>
parameter: percentComplete a number between 0 and 1 (but sometimes more or less) that represents the percentage of the tween that has been completed. This should update
returns: Number the new current value of the tween.
The value that the tweenTarget will begin from.
The value that the tweenTarget will end on.
Reset the value to it's pre-tweened state. (typically, sets the currentValue equal to the startValue)
Create a copy of the tweenTarget object */ function clone():@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-tweentarget-ITweenTarget; } }
[]readme course(s) prefaceI 1 2II 3 4III 5 6 7IV 8 9 10V 11 12 afterthought(s)appendix reference(s) example(s)resource(s) _![]()
(C) Æliens 19/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.