Constant: String "ALLCOLOR". Used with ZigoEngine in methods like removeTween, rewTween, etc.
autoClear - field in class com.mosesSupposes.fuse.Fuse
Instance default: Fuse instance is automatically destroyed after playing once.
AUTOCLEAR - Static field in class com.mosesSupposes.fuse.Fuse
Class default: whether Fuse instances are automatically destroyed after playing once unless otherwise specified by instance-level autoClear.
autoStop - field in class com.mosesSupposes.fuse.Fuse
Instance default: Fuse instance stops when any of its running tweens are interrupted, or is destroyed if autoClear is turned on.
AUTOSTOP - Static field in class com.mosesSupposes.fuse.Fuse
Class default: whether Fuse instances stop when a tween is interrupted, or is destroyed if autoClear is turned on, unless otherwise specified by instance-level autoStop.
Fuse Kit 2 Copyright (c) 2006 Moses Gunesch, MosesSupposes.com This class must be registered to pass easing Arrays generated by the Custom Easing Tool.
Generates tween where target backtracks slightly, then reverses direction towards final position, overshoots final position, then ultimately reverses direction to reach final position.
Generates quartic easing in-out tween where equation for motion is based on the power of four and feels a bit "other-worldly" as the acceleration becomes more exaggerated.
Generates quartic easing in-out tween where equation for motion is based on the power of five and motion starts slow and becomes quite fast in what appears to be a fairly pronounced curve.
Generates quartic easing in tween where equation for motion is based on the power of four and feels a bit "other-worldly" as the acceleration becomes more exaggerated.
Generates quartic easing in tween where equation for motion is based on the power of five and motion starts slow and becomes quite fast in what appears to be a fairly pronounced curve.
Generates quartic easing out-in tween where equation for motion is based on the power of four and feels a bit "other-worldly" as the acceleration becomes more exaggerated.
Generates quartic easing out-in tween where equation for motion is based on the power of five and motion starts slow and becomes quite fast in what appears to be a fairly pronounced curve.
Generates quartic easing out tween where equation for motion is based on the power of four and feels a bit "other-worldly" as the acceleration becomes more exaggerated.
Generates quartic easing out tween where equation for motion is based on the power of five and motion starts slow and becomes quite fast in what appears to be a fairly pronounced curve.
Robert Penner's original set of easing equations are used in The Fuse Kit by permission. See Fuse-Kit-License.html in fuse package directory for terms.
Returns the nearest match in an Array of precaculated values, by percent of duration completed.
push - method in class com.mosesSupposes.fuse.Fuse
Pushes arguments into Fuse instance.
pushTween - method in class com.mosesSupposes.fuse.Fuse
Lets you add an item to the Fuse in ZigoEngine.doTween() syntax. Pushes tween arguments into Fuse instance and accepts the same arguments as ZigoEngine.doTween().
Jumps a tween to a specific point in its duration.
slice - method in class com.mosesSupposes.fuse.Fuse
Returns a new array instance consisting of a range of elements from the original array without modifying the original array. The array returned by this method includes the indexA element and all elements up to, but not including indexB element. If no parameters are passed, a duplicate of the original array is generated. For more information, see the Flash help explanation of Array.slice.
splice - method in class com.mosesSupposes.fuse.Fuse
Used to insert or remove items. Works almost exactly like Array.splice. Removed actions are destroyed permanently, with the exception of nested Fuses.
start - method in class com.mosesSupposes.fuse.Fuse
Play-control: Begins sequence play at index 0, with option to set start props prior to play.
startRecent - Static method in class com.mosesSupposes.fuse.Fuse
Simple Syntax: Restarts the Fuse most recently created using Fuse.open().
state - read-only property in class com.mosesSupposes.fuse.Fuse
Retrieves a Fuse instance's current play-state string.
stop - method in class com.mosesSupposes.fuse.Fuse
Play-control: Stops a playing or paused Fuse instance and resets the play-index to 0.
T
target - read,write property in class com.mosesSupposes.fuse.Fuse
Instance default: Sets one or more animation targets that will be used for any actions that don't specify their own.