lib-flex-animation-code-10-org-as3lib-kitchensync-easing-Random.ax (swf ) [ flash ] flex
<p>@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-easing-Random produces random values between 0.0 and 1.0. Since there is no accelleration, there is only one ease() function.</p> <p>The easing classes provide static methods for interpolating the change between two values over time. Each class handles the interpolation, or easing, differently. Each class typically contains three methods - <code>easeIn()</code>, <code>easeOut()</code> and <code>easeInOut()</code> - which vary the rate of change of the values. Most of the easing functions produce values as a percentage - a number between 0.0 and 1.0</p>
author: Mims H. Wright
If set to true, random will snap to 1.0 if duration has elapsed.
Produces a random value between 0.0 and 1.0. If snapping is set to true, always returns 1.0 when duration has elapsed.
parameter: timeElapsed The time since the tween began in milliseconds or frames.
parameter: duration The duration of the tween, in milliseconds or frames.
parameter: minimum The lowest value to generate
parameter: maximum The highest value to generate
returns: percentage complete - between 0.0 and 1.0
(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.