Main Page | Package | Index | Help

A B C D E F G I L O P R S T U V W Z

A


ADD_UNDERSCORES - Static field in class com.mosesSupposes.fuse.FuseItem
When true, known tween properties may omit underscores (x will convert to _x, etc.)
addCommand - Static method in class com.mosesSupposes.fuse.Fuse
Simple Syntax: Multi-purpose method to add an inline Fuse command, delay, or function-call to the open Fuse.
addEventListener - method in class com.mosesSupposes.fuse.Fuse
Add a listener for a particular event
addListener - Static method in class com.mosesSupposes.fuse.ZigoEngine
(Advanced) Use this method to add a listener for "onTweenInterrupt" event, which is broadcast directly by the engine.
addTarget - method in class com.mosesSupposes.fuse.Fuse
Adds to current default target list.
ALL - Static field in class com.mosesSupposes.fuse.FuseKitCommon
Constant: String "ALL". Used with ZigoEngine in methods like removeTween, rewTween, etc.
ALLCOLOR - Static field in class com.mosesSupposes.fuse.FuseKitCommon
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.
AUTOSTOP - Static field in class com.mosesSupposes.fuse.ZigoEngine
(Legacy) Option to stop all tweening props in target as a new tween is added.

B


BLUR_ZERO - Static field in class com.mosesSupposes.fuse.FuseFMP
When true, generated BlurFilters are set to 0 blurX & blurY until manually set.

C


clone - method in class com.mosesSupposes.fuse.Fuse
Returns a copy of Fuse as a new Fuse instance.
close - Static method in class com.mosesSupposes.fuse.Fuse
Simple Syntax: Completes the Fuse generated by open.
closeAndStart - Static method in class com.mosesSupposes.fuse.Fuse
Simple Syntax: Close the open Fuse instance and start it playing.
closeGroup - Static method in class com.mosesSupposes.fuse.Fuse
Simple Syntax: Closes an action group started by openGroup.
currentIndex - read-only property in class com.mosesSupposes.fuse.Fuse
Retrieves the current play-index of a Fuse instance.
currentLabel - read-only property in class com.mosesSupposes.fuse.Fuse
Retrieves the currently playing action's label, if defined.
CustomEasing - class com.mosesSupposes.fuse.CustomEasing
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.

D


deinitialize - Static method in class com.mosesSupposes.fuse.FuseFMP
Removes shortcuts from specific targets, or from base prototypes if no targets are passed.
deinitialize - Static method in class com.mosesSupposes.fuse.ZigoEngine
(Advanced) Clears targets from being used with the engine.
destroy - method in class com.mosesSupposes.fuse.Fuse
Deletes all variables and properties in the Fuse instance.
doShortcut - Static method in class com.mosesSupposes.fuse.ZigoEngine
An alternative to doTween that accepts Shortcut syntax. Requires registration of the Shortcuts class.
doTween - Static method in class com.mosesSupposes.fuse.FuseItem
This method needn't be called as method call is rerouted here automatically upon ZigoEngine.doTween.
doTween - Static method in class com.mosesSupposes.fuse.ZigoEngine
Generates and immediately begins one or more property-tweens running on one or more targets.
duration - field in class com.mosesSupposes.fuse.Fuse
Instance default: duration value in seconds for any action that does not specify one.
DURATION - Static field in class com.mosesSupposes.fuse.ZigoEngine
Default tween duration if unspecified.

E


easeInBack - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates tween where target backtracks slightly, then reverses direction and moves to position.
easeInBounce - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates easing in tween where target bounces upon entering the animation and then accelarates towards its final position.
easeInCirc - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates circular easing in tween where equation for motion is based on the equation for half of a circle, which uses a square root.
easeInCubic - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates cubic easing in tween where equation for motion is based on the power of three and is a bit more curved than a quadratic ease.
easeInElastic - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates elastic easing in tween where equation for motion is based on Hooke's Law of F = -kd.
easeInExpo - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates exponential (sharp curve) easing in tween where equation for motion is based on the number 2 raised to a multiple of 10.
easeInOutBack - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates tween where target backtracks slightly, then reverses direction towards final position, overshoots final position, then ultimately reverses direction to reach final position.
easeInOutBounce - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates easing in-out tween where target bounces upon entering the animation and then accelarates towards its final position.
easeInOutCirc - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates circular easing in-out tween where equation for motion is based on the equation for half of a circle, which uses a square root.
easeInOutCubic - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates cubic easing in-out tween where equation for motion is based on the power of three and is a bit more curved than a quadratic ease.
easeInOutElastic - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates elastic easing in-out tween where equation for motion is based on Hooke's Law of F = -kd.
easeInOutExpo - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates exponential (sharp curve) easing in-out tween where equation for motion is based on the number 2 raised to a multiple of 10.
easeInOutQuad - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates quadratic, or "normal" easing in-out tween (two half tweens fused together) where equation for motion is based on a squared variable.
easeInOutQuart - Static method in class com.mosesSupposes.fuse.PennerEasing
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.
easeInOutQuint - Static method in class com.mosesSupposes.fuse.PennerEasing
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.
easeInOutSine - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates sinusoidal easing in-out tween where equation for motion is based on a sine or cosine function.
easeInQuad - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates quadratic, or "normal" easing in tween where equation for motion is based on a squared variable.
easeInQuart - Static method in class com.mosesSupposes.fuse.PennerEasing
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.
easeInQuint - Static method in class com.mosesSupposes.fuse.PennerEasing
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.
easeInSine - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates sinusoidal easing in tween where equation for motion is based on a sine or cosine function.
easeOutBack - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates tween where target moves and overshoots final position, then reverse direction to reach final position.
easeOutBounce - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates easing out tween where target bounces before reaching final position.
easeOutCirc - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates circular easing out tween where equation for motion is based on the equation for half of a circle, which uses a square root.
easeOutCubic - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates cubic easing out tween where equation for motion is based on the power of three and is a bit more curved than a quadratic ease.
easeOutElastic - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates elastic easing out tween where equation for motion is based on Hooke's Law of F = -kd.
easeOutExpo - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates exponential (sharp curve) easing out tween where equation for motion is based on the number 2 raised to a multiple of 10.
easeOutInBack - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates tween where target moves towards and overshoots final position, then ultimately reverses direction to reach its beginning position.
easeOutInBounce - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates easing out-in tween where target bounces upon entering the animation and then accelarates towards its final position.
easeOutInCirc - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates circular easing out-in tween where equation for motion is based on the equation for half of a circle, which uses a square root.
easeOutInCubic - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates cubic easing out-in tween where equation for motion is based on the power of three and is a bit more curved than a quadratic ease.
easeOutInElastic - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates elastic easing out-in tween where equation for motion is based on Hooke's Law of F = -kd.
easeOutInExpo - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates exponential (sharp curve) easing out-in tween where equation for motion is based on the number 2 raised to a multiple of 10.
easeOutInQuart - Static method in class com.mosesSupposes.fuse.PennerEasing
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.
easeOutInQuint - Static method in class com.mosesSupposes.fuse.PennerEasing
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.
easeOutInSine - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates sinusoidal easing out-in tween where equation for motion is based on a sine or cosine function.
easeOutQuad - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates quadratic, or "normal" easing out tween where equation for motion is based on a squared variable.
easeOutQuart - Static method in class com.mosesSupposes.fuse.PennerEasing
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.
easeOutQuint - Static method in class com.mosesSupposes.fuse.PennerEasing
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.
easeOutSine - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates sinusoidal easing out tween where equation for motion is based on a sine or cosine function.
easing - field in class com.mosesSupposes.fuse.Fuse
Instance default: easing value for any action that does not specify one.
EASING - Static field in class com.mosesSupposes.fuse.ZigoEngine
Default easing if unspecified.
error - Static method in class com.mosesSupposes.fuse.FuseKitCommon
Internal: See this method in the class file for all normal output-level errors/warnings.

F


fastForward - method in class com.mosesSupposes.fuse.Fuse
Fast-forwards animations in some or all remaining actions.
ffTween - Static method in class com.mosesSupposes.fuse.ZigoEngine
Fast-forwarding a tween ends it and removes it from the engine.
fromCurve - Static method in class com.mosesSupposes.fuse.CustomEasing
Generates custom easing from an array of curve points exported by the Custom Easing Tool.
Fuse - class com.mosesSupposes.fuse.Fuse
Event & animation sequencer that extends Array.

Fuse - constructor in class com.mosesSupposes.fuse.Fuse
Fuse extends Array to enable sequence-building & management using familiar methods like push().
FuseFMP - class com.mosesSupposes.fuse.FuseFMP
Provides easy Flash8 BitmapFilter handling. Can be used as a standalone utility or in conjunction with ZigoEngine & Fuse to animate filters.

FuseItem - class com.mosesSupposes.fuse.FuseItem
Pass this class to ZigoEngine.register or ZigoEngine.simpleSetup to enable Fuse-style Object Syntax parsing capability with ZigoEngine.doTween. Note that registering Fuse is not required to use this feature.
FuseKitCommon - class com.mosesSupposes.fuse.FuseKitCommon
Shared class for common variables and error messages, also provides an easy way to extend the Kit for use with logging programs.

G


getActiveTargets - method in class com.mosesSupposes.fuse.Fuse
Gets both the default target list and any targets in the action currently being played.
getAllShortcuts - Static method in class com.mosesSupposes.fuse.FuseFMP
Retrieves an array of supported property shortcut strings. Similar to traceAllFilters.
getColorKeysObj - Static method in class com.mosesSupposes.fuse.ZigoEngine
(General) Provides readings by keyword for a target object or Flash7-style color-transform object.
getColorTransObj - Static method in class com.mosesSupposes.fuse.ZigoEngine
(General) Generates a generic Flash7-style color-transform object with props like ra, etc., by keyword.
getControllerDepth - Static method in class com.mosesSupposes.fuse.ZigoEngine
Depth of the ZigoEnginePulse clip.
getFilter - Static method in class com.mosesSupposes.fuse.FuseFMP
Fast getter for a single filter with the option to generate a new filter if missing.
getFilterIndex - Static method in class com.mosesSupposes.fuse.FuseFMP
Gets current filter index.
getFilterName - Static method in class com.mosesSupposes.fuse.FuseFMP
Generic method to get a string version of any filter instance's class name.
getFilterProp - Static method in class com.mosesSupposes.fuse.FuseFMP
Fast getter for a single filter property with option to generate a new filter if missing.
getInstance - Static method in class com.mosesSupposes.fuse.Fuse
Instance-management: Gets a Fuse instance by its id or label
getInstances - Static method in class com.mosesSupposes.fuse.Fuse
Instance-management: Get an array of some or all Fuse instances in active memory, with filtering options.
getTweens - Static method in class com.mosesSupposes.fuse.ZigoEngine
Returns the number of tweens active in a target object.
getUpdateInterval - Static method in class com.mosesSupposes.fuse.ZigoEngine

I


id - read-only property in class com.mosesSupposes.fuse.Fuse
Instance default: an auto-assigned numerical reference
initialize - Static method in class com.mosesSupposes.fuse.FuseFMP
Adds shortcuts to all target objects passed.
initialize - Static method in class com.mosesSupposes.fuse.ZigoEngine
(Advanced) Prepares targets for use with engine.
isPlaying - Static method in class com.mosesSupposes.fuse.ZigoEngine
Returns true if the engine contains tweens and is running updates on a pulse
isTweening - Static method in class com.mosesSupposes.fuse.ZigoEngine
Test if a target and optionally a specific property is being handled by the engine.
isTweenLocked - Static method in class com.mosesSupposes.fuse.ZigoEngine
Locks tweens and prevents from running until tween is unlocked.
isTweenPaused - Static method in class com.mosesSupposes.fuse.ZigoEngine
Test whether any or a specific property is paused in a target object

L


label - field in class com.mosesSupposes.fuse.Fuse
Instance default: Convenience, allows you to name any Fuse.
linear - Static method in class com.mosesSupposes.fuse.PennerEasing
Generates linear tween with constant velocity and no acceleration.
lockTween - Static method in class com.mosesSupposes.fuse.ZigoEngine
Locks a target to prevent tweens from running until target is unlocked.
logOutput - Static field in class com.mosesSupposes.fuse.FuseKitCommon
To extend this class to use a logger, set this property to a custom method of your own.

O


open - Static method in class com.mosesSupposes.fuse.Fuse
Simple Syntax:Generate a new Fuse and begin intercepting tween calls until close is called.
openGroup - Static method in class com.mosesSupposes.fuse.Fuse
Simple Syntax: Begins a new animation group of simultaneous actions.
OUTPUT_LEVEL - Static field in class com.mosesSupposes.fuse.Fuse
Class default: Controls how much feedback Fuse outputs, helpful for debugging.
OUTPUT_LEVEL - Static field in class com.mosesSupposes.fuse.ZigoEngine
Controls how much feedback the engine outputs, helpful for debugging.

P

pause - method in class com.mosesSupposes.fuse.Fuse
Play-control: Pauses a playing Fuse instance and its running tweens. Waits for resume call to proceed.
pauseTween - Static method in class com.mosesSupposes.fuse.ZigoEngine
Pause one or more tweens
PennerEasing - class com.mosesSupposes.fuse.PennerEasing
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.
 
pop - method in class com.mosesSupposes.fuse.Fuse
Removes last object placed into the Fuse instance.
precalced - Static method in class com.mosesSupposes.fuse.CustomEasing
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().

R


register - Static method in class com.mosesSupposes.fuse.ZigoEngine
An optional setup command that registers additional classes for use with the ZigoEngine.
removeEventListener - method in class com.mosesSupposes.fuse.Fuse
Remove a listener for a particular event
removeFilter - Static method in class com.mosesSupposes.fuse.FuseFMP
Clears filter.
removeListener - Static method in class com.mosesSupposes.fuse.ZigoEngine
Remove a listener for onTweenInterrupt event
removeTarget - method in class com.mosesSupposes.fuse.Fuse
Removes targets from the current default target list.
removeTween - Static method in class com.mosesSupposes.fuse.ZigoEngine
Remove specific or all tweening properties from specific or all tweening targets in engine.
resume - method in class com.mosesSupposes.fuse.Fuse
Resumes a paused Fuse instance and its animations. Attempts to correct for animations that have been disrupted during pause.
resumeTween - Static method in class com.mosesSupposes.fuse.ZigoEngine
Unpause one or more tweens.
reverse - method in class com.mosesSupposes.fuse.Fuse
Reverse the sequence of the Fuse
rewTween - Static method in class com.mosesSupposes.fuse.ZigoEngine
Rewinds and either pauses or restarts one or more tweens
ROUND_RESULTS - Static field in class com.mosesSupposes.fuse.ZigoEngine
If set true the engine always rounds its math (helpful with pixelfonts).

S


scope - field in class com.mosesSupposes.fuse.Fuse
Instance default: scope for all functions run from a Fuse if left unspecified within the action.
setColorByKey - Static method in class com.mosesSupposes.fuse.ZigoEngine
(General) Color-transforms a target by keyword.
setControllerDepth - Static method in class com.mosesSupposes.fuse.ZigoEngine
Creates a clip in the _root timeline called "ZigoEnginePulse" or sets its depth
setFilterProp - Static method in class com.mosesSupposes.fuse.FuseFMP
Fast setter for a specific filter property. Generates a new filter if needed.
setFilterProps - Static method in class com.mosesSupposes.fuse.FuseFMP
Power method that handles multiple targets, props, and filters in one call. Generates new filters as needed.
setStartProps - method in class com.mosesSupposes.fuse.Fuse
General: Presets start-properties like start_x in all or specific items.
setUpdateInterval - Static method in class com.mosesSupposes.fuse.ZigoEngine
When set, the engine will run on a setInterval pulse instead of a frame pulse.
shift - method in class com.mosesSupposes.fuse.Fuse
Shifts position of object in Fuse order.
Shortcuts - class com.mosesSupposes.fuse.Shortcuts
Pass this class to ZigoEngine.register or ZigoEngine.simpleSetup to enable tween-shortcut functionality and 'easyfunc' callback parsing.
simpleSetup - Static method in class com.mosesSupposes.fuse.FuseFMP
Extends MC, Button & TF prototypes with FuseFMP shortcuts.
simpleSetup - Static method in class com.mosesSupposes.fuse.ZigoEngine
An alternative setup command that extends prototypes with shortcuts like alphaTo.
SKIP_LEVEL - Static field in class com.mosesSupposes.fuse.ZigoEngine
(Advanced) Sets default engine behavior for situations where tweens fail to affect a visible change or have no duration.
skipTo - method in class com.mosesSupposes.fuse.Fuse
Play-control: Starts Fuse at a particular index/label.
skipTweenTo - Static method in class com.mosesSupposes.fuse.ZigoEngine
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.
TIME_MULTIPLIER - Static field in class com.mosesSupposes.fuse.ZigoEngine
Debug feature: Skips, speeds up, or slows all tweens globally. All time values in ZigoEngine and Fuse are multiplied by this number.
toString - method in class com.mosesSupposes.fuse.Fuse
traceAllFilters - Static method in class com.mosesSupposes.fuse.FuseFMP
Lists all filters and shortcut properties (Bevel_blurX, etc.) to the Output panel for reference.
traceItems - method in class com.mosesSupposes.fuse.Fuse
Traces specific or all objects contained within the fuse

U


unpauseTween - Static method in class com.mosesSupposes.fuse.ZigoEngine
Legacy - see resumeTween
unshift - method in class com.mosesSupposes.fuse.Fuse
Removes argument objects from Fuse instance.

V


VERBOSE - Static field in class com.mosesSupposes.fuse.FuseKitCommon
Set to false for shortform (error-code-only) responses.
VERSION - Static field in class com.mosesSupposes.fuse.Fuse
Class default: Enables kit version to be retrieved at runtime or when reviewing a decompiled swf.
VERSION - Static field in class com.mosesSupposes.fuse.FuseFMP
Enables kit version to be retrieved at runtime or when reviewing a decompiled swf.
VERSION - Static field in class com.mosesSupposes.fuse.FuseKitCommon
Enables kit version to be retrieved at runtime or when reviewing a decompiled swf.
VERSION - Static field in class com.mosesSupposes.fuse.ZigoEngine
Enables kit version to be retrieved at runtime or when reviewing a decompiled swf.

W


writeFilter - Static method in class com.mosesSupposes.fuse.FuseFMP
Writes a new filter or overwrites an existing filter.

Z


ZigoEngine - class com.mosesSupposes.fuse.ZigoEngine
A robust central processing engine for all scripted tweens in a swf published to AS2.

ZManager - class com.mosesSupposes.fuse.ZManager
Documentation explains engine events. Class is private to engine but code documents methods & properties.


Generated on 1/14/2007 11:31:53 PM